|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.annotation |
|---|
| Fields in com.fasterxml.jackson.annotation with type parameters of type ObjectIdGenerator.IdKey | |
|---|---|
protected Map<ObjectIdGenerator.IdKey,Object> |
SimpleObjectIdResolver._items
|
| Methods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKey | |
|---|---|
ObjectIdGenerator.IdKey |
ObjectIdGenerators.IntSequenceGenerator.key(Object key)
|
ObjectIdGenerator.IdKey |
ObjectIdGenerators.UUIDGenerator.key(Object key)
|
ObjectIdGenerator.IdKey |
ObjectIdGenerators.StringIdGenerator.key(Object key)
|
abstract ObjectIdGenerator.IdKey |
ObjectIdGenerator.key(Object key)
Method for constructing key to use for ObjectId-to-POJO maps. |
| Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKey | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||