org.codehaus.jackson.jaxrs
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonParseExceptionMapper
public JsonParseExceptionMapper()
toResponse
public javax.ws.rs.core.Response toResponse(JsonParseException exception)
- Specified by:
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<JsonParseException>