| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
| 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 |
|---|---|
CreatorProperty |
CreatorProperty.withName(PropertyName newName) |
CreatorProperty |
CreatorProperty.withValueDeserializer(JsonDeserializer<?> deser) |
| Constructor and Description |
|---|
CreatorProperty(CreatorProperty src,
JsonDeserializer<?> deser) |
CreatorProperty(CreatorProperty src,
PropertyName newName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreatorCollector.addDelegatingCreator(AnnotatedWithParams creator,
CreatorProperty[] injectables)
Deprecated.
|
void |
CreatorCollector.addPropertyCreator(AnnotatedWithParams creator,
CreatorProperty[] properties)
Deprecated.
|
Copyright © 2008–2016 FasterXML. All rights reserved.