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. _itemsMethods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKey Modifier and Type Method Description abstract ObjectIdGenerator.IdKeyObjectIdGenerator. key(java.lang.Object key)Method for constructing key to use for ObjectId-to-POJO maps.ObjectIdGenerator.IdKeyObjectIdGenerators.IntSequenceGenerator. key(java.lang.Object key)ObjectIdGenerator.IdKeyObjectIdGenerators.StringIdGenerator. key(java.lang.Object key)ObjectIdGenerator.IdKeyObjectIdGenerators.UUIDGenerator. key(java.lang.Object key)Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKey Modifier and Type Method Description voidObjectIdResolver. bindItem(ObjectIdGenerator.IdKey id, java.lang.Object pojo)Method called when a POJO is deserialized and has an Object Identifier.voidSimpleObjectIdResolver. bindItem(ObjectIdGenerator.IdKey id, java.lang.Object ob)java.lang.ObjectObjectIdResolver. resolveId(ObjectIdGenerator.IdKey id)Method called when deserialization encounters the given Object Identifier and requires the POJO associated with it.java.lang.ObjectSimpleObjectIdResolver. resolveId(ObjectIdGenerator.IdKey id)
-