Package com.tietoevry.quarkus.resteasy.problem.jackson
-
Class Summary Class Description InvalidFormatExceptionMapper Mapper for Jackson InvalidFormatException, which is more specialised version of JsonProcessingExceptionJacksonProblemModuleRegistrar JacksonProblemSerializer Low level Jackson serializer for HttpProblem type.JsonProcessingExceptionMapper Mapper for Jackson payload processing exceptions.UnrecognizedPropertyExceptionMapper UnrecognizedPropertyException is thrown by Jackson, when request payload json does not fit DTO object with @Valid annotation (e.g field has different name) and FAIL_ON_UNKNOWN_PROPERTIES is enabled (default changed in quarkus 1.11)