@Provider public final class JacksonUnrecognizedPropertyExceptionMapper extends Object implements ExceptionMapper<com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException>
UnrecognizedProperty instances to a REST response representing an ErrorReport.| Constructor and Description |
|---|
JacksonUnrecognizedPropertyExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
Response |
toResponse(com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException exception) |
public JacksonUnrecognizedPropertyExceptionMapper()
public Response toResponse(com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException exception)
toResponse in interface ExceptionMapper<com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException>