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.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private static CreatorProperty |
JsonLocationInstantiator.creatorProp(java.lang.String name,
JavaType type,
int index) |