Uses of Record Class
com.winchesters.devopsify.utils.ExceptionJsonFormatter
Packages that use ExceptionJsonFormatter
-
Uses of ExceptionJsonFormatter in com.winchesters.devopsify.dto.error
Methods in com.winchesters.devopsify.dto.error that return ExceptionJsonFormatterModifier and TypeMethodDescriptionErrorResponseDto.exception()Returns the value of theexceptionrecord component.Constructors in com.winchesters.devopsify.dto.error with parameters of type ExceptionJsonFormatterModifierConstructorDescriptionErrorResponseDto(org.springframework.http.HttpStatus status, Instant timestamp, ExceptionJsonFormatter exception) ErrorResponseDto(org.springframework.http.HttpStatus status, Instant timestamp, Boolean messageIsHandled, ExceptionJsonFormatter exception) Creates an instance of aErrorResponseDtorecord class. -
Uses of ExceptionJsonFormatter in com.winchesters.devopsify.utils
Methods in com.winchesters.devopsify.utils that return ExceptionJsonFormatterModifier and TypeMethodDescriptionstatic ExceptionJsonFormatterExceptionJsonFormatter.convertExceptionToJson(Exception exception)