|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectIdInfo | |
---|---|
com.fasterxml.jackson.databind | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
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 | Contains implementation classes of serialization part of data binding. |
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 | |
---|---|
ObjectIdInfo |
AnnotationIntrospector.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. |
ObjectIdInfo |
AnnotationIntrospector.Pair.findObjectIdInfo(Annotated ann)
|
abstract ObjectIdInfo |
BeanDescription.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 | |
---|---|
abstract com.fasterxml.jackson.annotation.ObjectIdGenerator<?> |
SerializerProvider.objectIdGeneratorInstance(Annotated annotated,
ObjectIdInfo objectIdInfo)
|
abstract com.fasterxml.jackson.annotation.ObjectIdGenerator<?> |
DeserializationContext.objectIdGeneratorInstance(Annotated annotated,
ObjectIdInfo objectIdInfo)
|
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.deser |
---|
Methods in com.fasterxml.jackson.databind.deser with parameters of type ObjectIdInfo | |
---|---|
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> |
DefaultDeserializationContext.objectIdGeneratorInstance(Annotated annotated,
ObjectIdInfo objectIdInfo)
|
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.introspect |
---|
Fields in com.fasterxml.jackson.databind.introspect declared as ObjectIdInfo | |
---|---|
protected ObjectIdInfo |
BasicBeanDescription._objectIdInfo
Details of Object Id to include, if any |
Methods in com.fasterxml.jackson.databind.introspect that return ObjectIdInfo | |
---|---|
ObjectIdInfo |
POJOPropertyBuilder.findObjectIdInfo()
|
ObjectIdInfo |
BeanPropertyDefinition.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). |
ObjectIdInfo |
JacksonAnnotationIntrospector.findObjectIdInfo(Annotated ann)
|
ObjectIdInfo |
POJOPropertiesCollector.getObjectIdInfo()
Accessor to find out whether type specified requires inclusion of Object Identifier. |
ObjectIdInfo |
BasicBeanDescription.getObjectIdInfo()
|
Uses of ObjectIdInfo in com.fasterxml.jackson.databind.ser |
---|
Methods in com.fasterxml.jackson.databind.ser with parameters of type ObjectIdInfo | |
---|---|
com.fasterxml.jackson.annotation.ObjectIdGenerator<?> |
DefaultSerializerProvider.objectIdGeneratorInstance(Annotated annotated,
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 | |
---|---|
PropertyBasedObjectIdGenerator(ObjectIdInfo oid,
BeanPropertyWriter prop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |