Class JsonProcessingExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonProcessingException>

    @Provider
    public class JsonProcessingExceptionMapper
    extends LoggingExceptionMapper<com.fasterxml.jackson.core.JsonProcessingException>
    • Constructor Detail

      • JsonProcessingExceptionMapper

        public JsonProcessingExceptionMapper()
      • JsonProcessingExceptionMapper

        public JsonProcessingExceptionMapper​(boolean showDetails)
    • Method Detail

      • isShowDetails

        public boolean isShowDetails()
      • toResponse

        public javax.ws.rs.core.Response toResponse​(com.fasterxml.jackson.core.JsonProcessingException exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonProcessingException>
        Overrides:
        toResponse in class LoggingExceptionMapper<com.fasterxml.jackson.core.JsonProcessingException>