Uses of Class
com.fasterxml.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 com.fasterxml.jackson.databind.deser.impl
Subclasses of SettableBeanProperty.Delegating in com.fasterxml.jackson.databind.deser.implModifier and TypeClassDescriptionfinal class
This sub-class is used to handle special case of value being a non-static inner class.final class
Wrapper property that is used to handle managed (forward) properties Basically just needs to delegate first to actual forward property, and then to back property.class
SettableBeanProperty
implementation that will try to access value of the property first, and if non-null value found, pass that for update (usingJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.DeserializationContext, Object)
) instead of constructing a new value.