Class JsonParseExceptionMapper

java.lang.Object
org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<JsonParseException>

@Provider public class JsonParseExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<JsonParseException>
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
  • Constructor Details

    • JsonParseExceptionMapper

      public JsonParseExceptionMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(JsonParseException exception)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<JsonParseException>