Uses of Class
com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
-
Packages that use ObjectIdGenerator.IdKey Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works.com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.com.fasterxml.jackson.databind.ser.impl 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.IdKey Modifier and Type Field Description protected Map<ObjectIdGenerator.IdKey,Object>SimpleObjectIdResolver. _itemsMethods in com.fasterxml.jackson.annotation that return ObjectIdGenerator.IdKey Modifier and Type Method Description abstract ObjectIdGenerator.IdKeyObjectIdGenerator. key(Object key)Method for constructing key to use for ObjectId-to-POJO maps.ObjectIdGenerator.IdKeyObjectIdGenerators.IntSequenceGenerator. key(Object key)ObjectIdGenerator.IdKeyObjectIdGenerators.StringIdGenerator. key(Object key)ObjectIdGenerator.IdKeyObjectIdGenerators.UUIDGenerator. key(Object key)Methods in com.fasterxml.jackson.annotation with parameters of type ObjectIdGenerator.IdKey Modifier and Type Method Description voidObjectIdResolver. 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)ObjectObjectIdResolver. resolveId(ObjectIdGenerator.IdKey id)Method called when deserialization encounters the given Object Identifier and requires the POJO associated with it.ObjectSimpleObjectIdResolver. 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.IdKey Modifier and Type Field Description protected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId>DefaultDeserializationContext. _objectIdsMethods in com.fasterxml.jackson.databind.deser with parameters of type ObjectIdGenerator.IdKey Modifier and Type Method Description protected 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.IdKey Modifier and Type Field Description protected ObjectIdGenerator.IdKeyReadableObjectId. _keyMethods in com.fasterxml.jackson.databind.deser.impl that return ObjectIdGenerator.IdKey Modifier and Type Method Description ObjectIdGenerator.IdKeyReadableObjectId. getKey()ObjectIdGenerator.IdKeyPropertyBasedObjectIdGenerator. key(Object key)Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ObjectIdGenerator.IdKey Constructor Description ReadableObjectId(ObjectIdGenerator.IdKey key) -
Uses of ObjectIdGenerator.IdKey in com.fasterxml.jackson.databind.ser.impl
Methods in com.fasterxml.jackson.databind.ser.impl that return ObjectIdGenerator.IdKey Modifier and Type Method Description ObjectIdGenerator.IdKeyPropertyBasedObjectIdGenerator. key(Object key)
-