| 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 | 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 | 
|---|---|
protected SettableAnyProperty | 
BeanDeserializerFactory.constructAnySetter(DeserializationContext ctxt,
                  BeanDescription beanDesc,
                  AnnotatedMember mutator)
Method called to construct fallback  
SettableAnyProperty
 for handling unknown bean properties, given a method that
 has been designated as such setter. | 
SettableAnyProperty | 
BeanDeserializerBuilder.getAnySetter()  | 
SettableAnyProperty | 
SettableAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BeanDeserializerBuilder.setAnySetter(SettableAnyProperty s)  | 
| Constructor and Description | 
|---|
SettableAnyProperty(SettableAnyProperty src)
Constructor used for JDK Serialization when reading persisted object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop,
                 String propName,
                 Object value)  | 
Copyright © 2008–2016 FasterXML. All rights reserved.