|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationIntrospector.ReferenceProperty | |
---|---|
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.introspect | Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. |
Uses of AnnotationIntrospector.ReferenceProperty in com.fasterxml.jackson.databind |
---|
Methods in com.fasterxml.jackson.databind that return AnnotationIntrospector.ReferenceProperty | |
---|---|
static AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.ReferenceProperty.back(String name)
|
AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.findReferenceType(AnnotatedMember member)
Method for checking if given member indicates that it is part of a reference (parent/child). |
AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.Pair.findReferenceType(AnnotatedMember member)
|
static AnnotationIntrospector.ReferenceProperty |
AnnotationIntrospector.ReferenceProperty.managed(String name)
|
Uses of AnnotationIntrospector.ReferenceProperty in com.fasterxml.jackson.databind.introspect |
---|
Methods in com.fasterxml.jackson.databind.introspect that return AnnotationIntrospector.ReferenceProperty | |
---|---|
AnnotationIntrospector.ReferenceProperty |
POJOPropertyBuilder.findReferenceType()
|
AnnotationIntrospector.ReferenceProperty |
BeanPropertyDefinition.findReferenceType()
Method used to find whether property is part of a bi-directional reference. |
AnnotationIntrospector.ReferenceProperty |
JacksonAnnotationIntrospector.findReferenceType(AnnotatedMember member)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |