@Configuration @Requires(property="problem.enabled", notEquals="false", defaultValue="true")
See: Description
Class | Description |
---|---|
HttpStatusType |
Implementation of
StatusType which uses Micronaut HttpStatus and renders as JSON the HTTP status code. |
ProblemErrorResponseProcessor |
Error Response processor to respond
Problem responses. |
ThrowableProblemHandler |
Handles exception of type
ThrowableProblem . |