Class JsonMappingExceptionMapper

java.lang.Object
org.codehaus.jackson.jaxrs.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 Details

    • JsonMappingExceptionMapper

      public JsonMappingExceptionMapper()
  • Method Details