Uses of Class
tools.jackson.databind.deser.SettableBeanProperty.Delegating
Packages that use SettableBeanProperty.Delegating
Package
Description
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
-
Uses of SettableBeanProperty.Delegating in tools.jackson.databind.deser.impl
Subclasses of SettableBeanProperty.Delegating in tools.jackson.databind.deser.implModifier and TypeClassDescriptionfinal classThis sub-class is used to handle special case of value being a non-static inner class.final classWrapper property that is used to handle managed (forward) properties Basically just needs to delegate first to actual forward property, and then to back property.classSettableBeanPropertyimplementation that will try to access value of the property first, and if non-null value found, pass that for update (usingValueDeserializer.deserialize(tools.jackson.core.JsonParser, tools.jackson.databind.DeserializationContext, Object)) instead of constructing a new value.