| Package | Description |
|---|---|
| org.codehaus.jackson.map.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 | Description |
|---|---|---|
PropertyValueBuffer |
PropertyBasedCreator.startBuilding(JsonParser jp,
DeserializationContext ctxt) |
Method called when starting to build a bean instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
PropertyBasedCreator.build(PropertyValueBuffer buffer) |