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.
|
Modifier and Type | Method and Description |
---|---|
FieldProperty |
FieldProperty.withName(PropertyName newName) |
FieldProperty |
FieldProperty.withValueDeserializer(JsonDeserializer<?> deser) |
Constructor and Description |
---|
FieldProperty(FieldProperty src)
Constructor used for JDK Serialization when reading persisted object
|
FieldProperty(FieldProperty src,
JsonDeserializer<?> deser) |
FieldProperty(FieldProperty src,
PropertyName newName) |
Copyright © 2014–2015 FasterXML. All rights reserved.