Class JsonParseExceptionMapper
- java.lang.Object
-
- com.fasterxml.jackson.jakarta.rs.base.JsonParseExceptionMapper
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonParseException>
public class JsonParseExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.core.JsonParseException>
Implementation ofExceptionMapper
to send down a "400 Bad Request" in the event unparsable JSON is received.
-
-
Constructor Summary
Constructors Constructor Description JsonParseExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
toResponse(com.fasterxml.jackson.core.JsonParseException exception)
-