| 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 | Method and Description | 
|---|---|
PropertyValueBuffer | 
PropertyBasedCreator.startBuilding(JsonParser jp,
             DeserializationContext ctxt,
             ObjectIdReader oir)
Method called when starting to build a bean instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
PropertyBasedCreator.build(DeserializationContext ctxt,
     PropertyValueBuffer buffer)  | 
Object | 
ExternalTypeHandler.complete(JsonParser jp,
        DeserializationContext ctxt,
        PropertyValueBuffer buffer,
        PropertyBasedCreator creator)
Variant called when creation of the POJO involves buffering of creator properties
 as well as property-based creator. 
 | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.