| Modifier and Type | Field and Description | 
|---|---|
protected Map<ObjectIdGenerator.IdKey,Object> | 
SimpleObjectIdResolver._items  | 
| Modifier and Type | Method and Description | 
|---|---|
ObjectIdGenerator.IdKey | 
ObjectIdGenerators.IntSequenceGenerator.key(Object key)  | 
ObjectIdGenerator.IdKey | 
ObjectIdGenerators.UUIDGenerator.key(Object key)  | 
abstract ObjectIdGenerator.IdKey | 
ObjectIdGenerator.key(Object key)
Method for constructing key to use for ObjectId-to-POJO maps. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleObjectIdResolver.bindItem(ObjectIdGenerator.IdKey id,
        Object ob)  | 
void | 
ObjectIdResolver.bindItem(ObjectIdGenerator.IdKey id,
        Object pojo)
Method called when a POJO is deserialized and has an Object Identifier. 
 | 
Object | 
SimpleObjectIdResolver.resolveId(ObjectIdGenerator.IdKey id)  | 
Object | 
ObjectIdResolver.resolveId(ObjectIdGenerator.IdKey id)
Method called when deserialization encounters the given Object Identifier
 and requires the POJO associated with it. 
 | 
Copyright © 2014-2015 FasterXML. All Rights Reserved.