Uses of Class
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
-
-
Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.annotation
Fields in com.fasterxml.jackson.annotation with type parameters of type ObjectIdGenerator.IdKey Modifier and Type Field Description protected java.util.Map<ObjectIdGenerator.IdKey,java.lang.Object>
SimpleObjectIdResolver. _items
Methods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKey Modifier and Type Method Description abstract ObjectIdGenerator.IdKey
ObjectIdGenerator. key(java.lang.Object key)
Method for constructing key to use for ObjectId-to-POJO maps.ObjectIdGenerator.IdKey
ObjectIdGenerators.IntSequenceGenerator. key(java.lang.Object key)
ObjectIdGenerator.IdKey
ObjectIdGenerators.StringIdGenerator. key(java.lang.Object key)
ObjectIdGenerator.IdKey
ObjectIdGenerators.UUIDGenerator. key(java.lang.Object key)
Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKey Modifier and Type Method Description void
ObjectIdResolver. bindItem(ObjectIdGenerator.IdKey id, java.lang.Object pojo)
Method called when a POJO is deserialized and has an Object Identifier.void
SimpleObjectIdResolver. bindItem(ObjectIdGenerator.IdKey id, java.lang.Object ob)
java.lang.Object
ObjectIdResolver. resolveId(ObjectIdGenerator.IdKey id)
Method called when deserialization encounters the given Object Identifier and requires the POJO associated with it.java.lang.Object
SimpleObjectIdResolver. resolveId(ObjectIdGenerator.IdKey id)
-