Class |
Description |
ResponseFormattingConstraintViolationExceptionHandler
|
Handles shaping and internationalizing the body in HTTP responses when the execution of request results in failing validation, a.k.a. throwing a jakarta.validation.ConstraintViolationException.
|
ResponseFormattingDomainExceptionHandler
|
Handles shaping and internationalizing the body in HTTP responses when the execution of request results in throwing a DomainException.
|
ResponseFormattingResponseBodyAdvice
|
Handles shaping and internationalization of the body in HTTP JSON responses when successful result of controller execution is OperationResponse instance.
|
ResponseFormattingSpringMvcExceptionHandler
|
Handles shaping and internationalizing the body in HTTP responses when the execution of request results in throwing SpringMvc specific exceptions.
|
ResponseFormattingUnknownExceptionHandler
|
Handles shaping and internationalizing the body in HTTP responses when the execution of request results in throwing non-anticipated exception.
|