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