Uses of Class
tools.jackson.databind.deser.impl.ObjectIdReferenceProperty
Packages that use ObjectIdReferenceProperty
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 ObjectIdReferenceProperty in tools.jackson.databind.deser.impl
Constructors in tools.jackson.databind.deser.impl with parameters of type ObjectIdReferencePropertyModifierConstructorDescriptionObjectIdReferenceProperty(ObjectIdReferenceProperty src, PropertyName newName) ObjectIdReferenceProperty(ObjectIdReferenceProperty src, ValueDeserializer<?> deser, NullValueProvider nva) PropertyReferring(ObjectIdReferenceProperty parent, UnresolvedForwardReference ref, Class<?> type, Object ob)