Uses of Class
com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
Packages that use ObjectIdInfo Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode), as well as writing Java Objects and trees as JSON.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.introspect Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.com.fasterxml.jackson.databind.ser.impl Contains implementation classes of serialization part of data binding. -
-
Uses of ObjectIdInfo in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return ObjectIdInfo Modifier and Type Method Description ObjectIdInfoAnnotationIntrospector. findObjectIdInfo(Annotated ann)Method for checking whether given annotated thing (type, or accessor) indicates that values referenced (values of type of annotated class, or values referenced by annotated property; latter having precedence) should include Object Identifier, and if so, specify details of Object Identity used.ObjectIdInfoAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)Method for figuring out additional properties of an Object Identity referenceabstract ObjectIdInfoBeanDescription. getObjectIdInfo()Accessor for getting information about Object Id expected to be used for this POJO type, if any.Methods in com.fasterxml.jackson.databind with parameters of type ObjectIdInfo Modifier and Type Method Description ObjectIdInfoAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)Method for figuring out additional properties of an Object Identity referencecom.fasterxml.jackson.annotation.ObjectIdGenerator<?>DatabindContext. objectIdGeneratorInstance(Annotated annotated, ObjectIdInfo objectIdInfo)com.fasterxml.jackson.annotation.ObjectIdResolverDatabindContext. objectIdResolverInstance(Annotated annotated, ObjectIdInfo objectIdInfo) -
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as ObjectIdInfo Modifier and Type Field Description protected ObjectIdInfoSettableBeanProperty. _objectIdInfoThis is the information for object identity associated with the property.Methods in com.fasterxml.jackson.databind.deser that return ObjectIdInfo Modifier and Type Method Description ObjectIdInfoSettableBeanProperty.Delegating. getObjectIdInfo()ObjectIdInfoSettableBeanProperty. getObjectIdInfo()Methods in com.fasterxml.jackson.databind.deser with parameters of type ObjectIdInfo Modifier and Type Method Description voidSettableBeanProperty. setObjectIdInfo(ObjectIdInfo objectIdInfo) -
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.deser.impl
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ObjectIdInfo Constructor Description ObjectIdReferenceProperty(SettableBeanProperty forward, ObjectIdInfo objectIdInfo) -
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect declared as ObjectIdInfo Modifier and Type Field Description protected ObjectIdInfoBasicBeanDescription. _objectIdInfoDetails of Object Id to include, if anyMethods in com.fasterxml.jackson.databind.introspect that return ObjectIdInfo Modifier and Type Method Description static ObjectIdInfoObjectIdInfo. empty()ObjectIdInfoAnnotationIntrospectorPair. findObjectIdInfo(Annotated ann)ObjectIdInfoBeanPropertyDefinition. findObjectIdInfo()Method used to check whether this logical property indicates that value POJOs should be written using additional Object Identifier (or, when multiple references exist, all but first AS Object Identifier).ObjectIdInfoJacksonAnnotationIntrospector. findObjectIdInfo(Annotated ann)ObjectIdInfoPOJOPropertyBuilder. findObjectIdInfo()ObjectIdInfoAnnotationIntrospectorPair. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)ObjectIdInfoJacksonAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)ObjectIdInfoBasicBeanDescription. getObjectIdInfo()ObjectIdInfoPOJOPropertiesCollector. getObjectIdInfo()Accessor to find out whether type specified requires inclusion of Object Identifier.ObjectIdInfoObjectIdInfo. withAlwaysAsId(boolean state)Methods in com.fasterxml.jackson.databind.introspect with parameters of type ObjectIdInfo Modifier and Type Method Description ObjectIdInfoAnnotationIntrospectorPair. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo)ObjectIdInfoJacksonAnnotationIntrospector. findObjectReferenceInfo(Annotated ann, ObjectIdInfo objectIdInfo) -
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.ser.impl
Constructors in com.fasterxml.jackson.databind.ser.impl with parameters of type ObjectIdInfo Constructor Description PropertyBasedObjectIdGenerator(ObjectIdInfo oid, BeanPropertyWriter prop)
-