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

      • InvalidFormatExceptionMapper

        public InvalidFormatExceptionMapper()
    • Method Detail

      • toProblem

        protected HttpProblem toProblem​(com.fasterxml.jackson.databind.exc.InvalidFormatException exception)
        Specified by:
        toProblem in class ExceptionMapperBase<com.fasterxml.jackson.databind.exc.InvalidFormatException>