Class JsonMappingExceptionMapper

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

public class JsonMappingExceptionMapper extends Object implements ExceptionMapper<JsonMappingException>
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.