Uses of Class
com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
Packages that use ObjectIdValueProperty 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 ObjectIdValueProperty in com.fasterxml.jackson.databind.deser.impl
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ObjectIdValueProperty Constructor Description ObjectIdValueProperty(ObjectIdValueProperty src, JsonDeserializer<?> deser, NullValueProvider nva)
ObjectIdValueProperty(ObjectIdValueProperty src, PropertyName newName)
-