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 |
---|---|
SetterlessProperty |
SetterlessProperty.withName(PropertyName newName) |
SetterlessProperty |
SetterlessProperty.withValueDeserializer(JsonDeserializer<?> deser) |
Constructor and Description |
---|
SetterlessProperty(SetterlessProperty src,
JsonDeserializer<?> deser) |
SetterlessProperty(SetterlessProperty src,
PropertyName newName) |
Copyright © 2014-2015 FasterXML. All Rights Reserved.