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