| Package | Description | 
|---|---|
| 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 | 
|---|---|
| class  | InnerClassPropertyThis sub-class is used to handle special case of value being a
 non-static inner class. | 
| class  | ManagedReferencePropertyWrapper property that is used to handle managed (forward) properties
 Basically just needs to delegate first to actual forward property, and
 then to back property. | 
| class  | MergingSettableBeanPropertySettableBeanPropertyimplementation that will try to access value of
 the property first, and if non-null value found, pass that for update
 (usingJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, Object))
 instead of constructing a new value. | 
Copyright © 2008–2021 FasterXML. All rights reserved.