Class JsonParseExceptionMapper

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

    public class JsonParseExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<spinjar.com.fasterxml.jackson.core.JsonParseException>
    • Constructor Detail

      • JsonParseExceptionMapper

        public JsonParseExceptionMapper()
    • Method Detail

      • toResponse

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