public class UnknownPropertyHandler extends DeserializationProblemHandler
NOT_HANDLED| Constructor and Description |
|---|
UnknownPropertyHandler(boolean ignoreUnknown) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleUnknownProperty(DeserializationContext ctx,
com.fasterxml.jackson.core.JsonParser parser,
JsonDeserializer<?> deser,
Object beanOrClass,
String propertyName) |
handleInstantiationProblem, handleMissingInstantiator, handleMissingInstantiator, handleMissingTypeId, handleUnexpectedToken, handleUnexpectedToken, handleUnknownTypeId, handleWeirdKey, handleWeirdNativeValue, handleWeirdNumberValue, handleWeirdStringValuepublic boolean handleUnknownProperty(DeserializationContext ctx, com.fasterxml.jackson.core.JsonParser parser, JsonDeserializer<?> deser, Object beanOrClass, String propertyName) throws IOException
handleUnknownProperty in class DeserializationProblemHandlerIOException