Class JsonMappingExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<JsonMappingException>

    @Provider
    public class JsonMappingExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<JsonMappingException>
    Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
    • Constructor Detail

      • JsonMappingExceptionMapper

        public JsonMappingExceptionMapper()