| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind | 
 Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
 
ObjectMapper class, as well
as convenience methods included in
JsonParser | 
| com.fasterxml.jackson.databind.deser | 
 Contains implementation classes of deserialization part of 
 data binding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ReadableObjectId | 
DeserializationContext.findObjectId(Object id,
            ObjectIdGenerator<?> generator)
Method called to find and return entry corresponding to given
 Object Id: will add an entry if necessary, and never returns null 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId> | 
DefaultDeserializationContext._objectIds  | 
| Modifier and Type | Method and Description | 
|---|---|
ReadableObjectId | 
DefaultDeserializationContext.findObjectId(Object id,
            ObjectIdGenerator<?> generator)  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.