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._itemsMethods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKeyModifier and TypeMethodDescriptionabstract ObjectIdGenerator.IdKeyMethod for constructing key to use for ObjectId-to-POJO maps.Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKeyModifier and TypeMethodDescriptionvoidObjectIdResolver.bindItem(ObjectIdGenerator.IdKey id, Object pojo) Method called when a POJO is deserialized and has an Object Identifier.voidSimpleObjectIdResolver.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)