Class JsonParseExceptionMapper

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

    public class JsonParseExceptionMapper
    extends Object
    implements jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonParseException>
    Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
    • Constructor Detail

      • JsonParseExceptionMapper

        public JsonParseExceptionMapper()
    • Method Detail

      • toResponse

        public jakarta.ws.rs.core.Response toResponse​(com.fasterxml.jackson.core.JsonParseException exception)
        Specified by:
        toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonParseException>