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 theexception
record 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 aErrorResponseDto
record class. -
Uses of ExceptionJsonFormatter in com.winchesters.devopsify.utils
Methods in com.winchesters.devopsify.utils that return ExceptionJsonFormatterModifier and TypeMethodDescriptionstatic ExceptionJsonFormatter
ExceptionJsonFormatter.convertExceptionToJson
(Exception exception)