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.IdKeyModifier and TypeFieldDescriptionprotected Map
<ObjectIdGenerator.IdKey, Object> SimpleObjectIdResolver._items
Methods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKeyModifier and TypeMethodDescriptionabstract ObjectIdGenerator.IdKey
Method for constructing key to use for ObjectId-to-POJO maps.Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKeyModifier and TypeMethodDescriptionvoid
ObjectIdResolver.bindItem
(ObjectIdGenerator.IdKey id, Object pojo) Method called when a POJO is deserialized and has an Object Identifier.void
SimpleObjectIdResolver.bindItem
(ObjectIdGenerator.IdKey id, Object ob) ObjectIdResolver.resolveId
(ObjectIdGenerator.IdKey id) Method called when deserialization encounters the given Object Identifier and requires the POJO associated with it.SimpleObjectIdResolver.resolveId
(ObjectIdGenerator.IdKey id)