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