Class InvalidFormatExceptionMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<com.fasterxml.jackson.databind.exc.InvalidFormatException>
-
- com.tietoevry.quarkus.resteasy.problem.jackson.InvalidFormatExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.exc.InvalidFormatException>
@Priority(5000) public final class InvalidFormatExceptionMapper extends ExceptionMapperBase<com.fasterxml.jackson.databind.exc.InvalidFormatException>
Mapper for Jackson InvalidFormatException, which is more specialised version of JsonProcessingException
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description InvalidFormatExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(com.fasterxml.jackson.databind.exc.InvalidFormatException exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(com.fasterxml.jackson.databind.exc.InvalidFormatException exception)
- Specified by:
toProblemin classExceptionMapperBase<com.fasterxml.jackson.databind.exc.InvalidFormatException>
-
-