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 viaObjectMapperclass, as well as convenience methods included inJsonParserorg.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.ReferencePropertyAnnotationIntrospector.ReferenceProperty. back(java.lang.String name)AnnotationIntrospector.ReferencePropertyAnnotationIntrospector. findReferenceType(AnnotatedMember member)Note: defined as non-abstract to reduce fragility between versions.AnnotationIntrospector.ReferencePropertyAnnotationIntrospector.Pair. findReferenceType(AnnotatedMember member)static AnnotationIntrospector.ReferencePropertyAnnotationIntrospector.ReferenceProperty. managed(java.lang.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.ReferencePropertyJacksonAnnotationIntrospector. findReferenceType(AnnotatedMember member)
-