ThrowableProblem
for constraints violations.StatusType
which uses Micronaut HttpStatus
and renders as JSON the HTTP status code.ConstraintViolationException
as Problem.ConfigurationProperties
implementation of ProblemConfiguration
.Problem
responses.ThrowableProblem
.ProblemConfiguration.isStackTrace()
returns false adds the mixin MixInThrowableProblem
for class ThrowableProblem
to the ObjectMapper
.