| 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.
|
| Constructor | Description |
|---|---|
MethodProperty(MethodProperty src,
JsonDeserializer<?> deser,
NullValueProvider nva) |
|
MethodProperty(MethodProperty src,
PropertyName newName) |
|
MethodProperty(MethodProperty src,
Method m) |
Constructor used for JDK Serialization when reading persisted object
|
Copyright © 2008–2018. All rights reserved.