Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
SettableAnyProperty.JsonNodeFieldAnyProperty |
protected static class |
SettableAnyProperty.MapFieldAnyProperty |
protected static class |
SettableAnyProperty.MethodAnyProperty |
Modifier and Type | Field and Description |
---|---|
protected SettableAnyProperty |
BeanDeserializerBuilder._anySetter
Fallback setter used for handling any properties that are not
mapped to regular setters.
|
protected SettableAnyProperty |
BeanDeserializerBase._anySetter
Fallback setter used for handling any properties that are not
mapped to regular setters.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanDeserializerBuilder.setAnySetter(SettableAnyProperty s) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop,
String propName,
Object value) |
Copyright © 2008–2022 FasterXML. All rights reserved.