| 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 |
|---|---|
InnerClassProperty |
InnerClassProperty.withName(PropertyName newName) |
InnerClassProperty |
InnerClassProperty.withValueDeserializer(JsonDeserializer<?> deser) |
| Constructor and Description |
|---|
InnerClassProperty(InnerClassProperty src,
AnnotatedConstructor ann)
Constructor used with JDK Serialization; needed to handle transient
Constructor, wrap/unwrap in/out-of Annotated variant.
|
InnerClassProperty(InnerClassProperty src,
JsonDeserializer<?> deser) |
InnerClassProperty(InnerClassProperty src,
PropertyName newName) |
Copyright © 2014–2015 FasterXML. All rights reserved.