Class JsonParseExceptionMapper

java.lang.Object
com.fasterxml.jackson.jakarta.rs.base.JsonParseExceptionMapper
All Implemented Interfaces:
ExceptionMapper<JsonParseException>

public class JsonParseExceptionMapper extends Object implements ExceptionMapper<JsonParseException>
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.