Uses of Class
com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
Packages that use FieldProperty 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 FieldProperty in com.fasterxml.jackson.databind.deser.impl
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type FieldProperty Constructor Description FieldProperty(FieldProperty src)
Constructor used for JDK Serialization when reading persisted objectFieldProperty(FieldProperty src, JsonDeserializer<?> deser, NullValueProvider nva)
FieldProperty(FieldProperty src, PropertyName newName)
-