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