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 FieldPropertyModifierConstructorDescriptionprotected
Constructor used for JDK Serialization when reading persisted objectprotected
FieldProperty
(FieldProperty src, JsonDeserializer<?> deser, NullValueProvider nva) protected
FieldProperty
(FieldProperty src, PropertyName newName)