Class 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.
    • Constructor Detail

      • JsonProcessingExceptionMapper

        public JsonProcessingExceptionMapper()
    • Method Detail

      • toProblem

        protected HttpProblem toProblem​(com.fasterxml.jackson.core.JsonProcessingException exception)
        Specified by:
        toProblem in class ExceptionMapperBase<com.fasterxml.jackson.core.JsonProcessingException>