| 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 | 
|---|---|
ObjectIdValueProperty | 
ObjectIdValueProperty.withName(String newName)  | 
ObjectIdValueProperty | 
ObjectIdValueProperty.withValueDeserializer(JsonDeserializer<?> deser)  | 
| Constructor and Description | 
|---|
ObjectIdValueProperty(ObjectIdValueProperty src,
                     JsonDeserializer<?> deser)  | 
ObjectIdValueProperty(ObjectIdValueProperty src,
                     String newName)  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.