Uses of Class
org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
-
Packages that use PropertyValueBuffer 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. -
-
Uses of PropertyValueBuffer in org.codehaus.jackson.map.deser.impl
Methods in org.codehaus.jackson.map.deser.impl that return PropertyValueBuffer Modifier and Type Method Description PropertyValueBuffer
PropertyBasedCreator. startBuilding(JsonParser jp, DeserializationContext ctxt)
Method called when starting to build a bean instance.Methods in org.codehaus.jackson.map.deser.impl with parameters of type PropertyValueBuffer Modifier and Type Method Description Object
PropertyBasedCreator. build(PropertyValueBuffer buffer)
-