Uses of Class
org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
-
Packages that use AnnotationIntrospector.ReferenceProperty Package Description org.codehaus.jackson.map 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 viaObjectMapper
class, as well as convenience methods included inJsonParser
org.codehaus.jackson.map.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 org.codehaus.jackson.map
Methods in org.codehaus.jackson.map that return AnnotationIntrospector.ReferenceProperty Modifier and Type Method Description static AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector.ReferenceProperty. back(String name)
AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector. findReferenceType(AnnotatedMember member)
Note: defined as non-abstract to reduce fragility between versions.AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector.Pair. findReferenceType(AnnotatedMember member)
static AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector.ReferenceProperty. managed(String name)
-
Uses of AnnotationIntrospector.ReferenceProperty in org.codehaus.jackson.map.introspect
Methods in org.codehaus.jackson.map.introspect that return AnnotationIntrospector.ReferenceProperty Modifier and Type Method Description AnnotationIntrospector.ReferenceProperty
JacksonAnnotationIntrospector. findReferenceType(AnnotatedMember member)
-