Uses of Class
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
Packages that use ObjectIdGenerator.IdKey
Package
Description
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Contains implementation classes of serialization part of
data binding.
-
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) -
Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser with type parameters of type ObjectIdGenerator.IdKeyModifier and TypeFieldDescriptionprotected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId> DefaultDeserializationContext._objectIdsMethods in com.fasterxml.jackson.databind.deser with parameters of type ObjectIdGenerator.IdKeyModifier and TypeMethodDescriptionprotected ReadableObjectIdDefaultDeserializationContext.createReadableObjectId(ObjectIdGenerator.IdKey key) Overridable factory method to create a new instance of ReadableObjectId or its subclass. -
Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.databind.deser.impl
Fields in com.fasterxml.jackson.databind.deser.impl declared as ObjectIdGenerator.IdKeyMethods in com.fasterxml.jackson.databind.deser.impl that return ObjectIdGenerator.IdKeyConstructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ObjectIdGenerator.IdKey -
Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return ObjectIdGenerator.IdKeyModifier and TypeMethodDescription