Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
Constructor and Description |
---|
CreatorProperty(CreatorProperty src,
JsonDeserializer<?> deser,
NullValueProvider nva) |
CreatorProperty(CreatorProperty src,
PropertyName newName) |
Modifier and Type | Method and Description |
---|---|
private static CreatorProperty |
JsonLocationInstantiator.creatorProp(java.lang.String name,
JavaType type,
int index) |