Uses of Class
com.fasterxml.jackson.databind.deser.SettableBeanProperty.Delegating
-
Packages that use SettableBeanProperty.Delegating Package Description 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 SettableBeanProperty.Delegating in com.fasterxml.jackson.databind.deser.impl
Subclasses of SettableBeanProperty.Delegating in com.fasterxml.jackson.databind.deser.impl Modifier and Type Class Description class
InnerClassProperty
This sub-class is used to handle special case of value being a non-static inner class.class
ManagedReferenceProperty
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
MergingSettableBeanProperty
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.
-