Uses of Class
tools.jackson.databind.deser.bean.PropertyValueBuffer
Packages that use PropertyValueBuffer
Package
Description
Contains implementation classes of deserialization part of
data binding.
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 tools.jackson.databind.deser
Methods in tools.jackson.databind.deser with parameters of type PropertyValueBufferModifier and TypeMethodDescriptionValueInstantiator.createFromObjectWith(DeserializationContext ctxt, SettableBeanProperty[] props, PropertyValueBuffer buffer) Method that delegates toValueInstantiator.createFromObjectWith(DeserializationContext, Object[])by default, but can be overridden if the application should have customized behavior with respect to missing properties.ValueInstantiator.Delegating.createFromObjectWith(DeserializationContext ctxt, SettableBeanProperty[] props, PropertyValueBuffer buffer) -
Uses of PropertyValueBuffer in tools.jackson.databind.deser.bean
Methods in tools.jackson.databind.deser.bean that return PropertyValueBufferModifier and TypeMethodDescriptionPropertyBasedCreator.startBuilding(JsonParser p, DeserializationContext ctxt, ObjectIdReader oir) Method called when starting to build a bean instance.PropertyBasedCreator.startBuildingWithAnySetter(JsonParser p, DeserializationContext ctxt, ObjectIdReader oir, SettableAnyProperty anySetter) Method called when starting to build a bean instance.Methods in tools.jackson.databind.deser.bean with parameters of type PropertyValueBufferModifier and TypeMethodDescriptionPropertyBasedCreator.build(DeserializationContext ctxt, PropertyValueBuffer buffer) -
Uses of PropertyValueBuffer in tools.jackson.databind.deser.impl
Methods in tools.jackson.databind.deser.impl that return PropertyValueBufferModifier and TypeMethodDescriptionUnwrappedPropertyHandler.processUnwrappedCreatorProperties(JsonParser originalParser, DeserializationContext ctxt, PropertyValueBuffer values, TokenBuffer buffered) Methods in tools.jackson.databind.deser.impl with parameters of type PropertyValueBufferModifier and TypeMethodDescriptionExternalTypeHandler.complete(JsonParser p, DeserializationContext ctxt, PropertyValueBuffer buffer, PropertyBasedCreator creator) Variant called when creation of the POJO involves buffering of creator properties as well as property-based creator.UnwrappedPropertyHandler.processUnwrappedCreatorProperties(JsonParser originalParser, DeserializationContext ctxt, PropertyValueBuffer values, TokenBuffer buffered)