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