|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyValueBuffer | |
---|---|
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. |
Uses of PropertyValueBuffer in com.fasterxml.jackson.databind.deser.impl |
---|
Methods in com.fasterxml.jackson.databind.deser.impl that return PropertyValueBuffer | |
---|---|
PropertyValueBuffer |
PropertyBasedCreator.startBuilding(com.fasterxml.jackson.core.JsonParser jp,
DeserializationContext ctxt)
Method called when starting to build a bean instance. |
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type PropertyValueBuffer | |
---|---|
Object |
PropertyBasedCreator.build(DeserializationContext ctxt,
PropertyValueBuffer buffer)
|
Object |
ExternalTypeHandler.complete(com.fasterxml.jackson.core.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |