Uses of Class
com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
-
Packages that use AnnotationIntrospector.ReferenceProperty 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.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 Modifier and Type Method Description static AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector.ReferenceProperty. back(java.lang.String name)
AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector. findReferenceType(AnnotatedMember member)
Method for checking if given member indicates that it is part of a reference (parent/child).static AnnotationIntrospector.ReferenceProperty
AnnotationIntrospector.ReferenceProperty. managed(java.lang.String name)
-
Uses of AnnotationIntrospector.ReferenceProperty in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect declared as AnnotationIntrospector.ReferenceProperty Modifier and Type Field Description protected AnnotationIntrospector.ReferenceProperty
POJOPropertyBuilder. _referenceInfo
Lazily accessed information about this property iff it is a forward or back reference.Methods in com.fasterxml.jackson.databind.introspect that return AnnotationIntrospector.ReferenceProperty Modifier and Type Method Description AnnotationIntrospector.ReferenceProperty
AnnotationIntrospectorPair. findReferenceType(AnnotatedMember member)
AnnotationIntrospector.ReferenceProperty
BeanPropertyDefinition. findReferenceType()
Method used to find whether property is part of a bi-directional reference.AnnotationIntrospector.ReferenceProperty
JacksonAnnotationIntrospector. findReferenceType(AnnotatedMember member)
AnnotationIntrospector.ReferenceProperty
POJOPropertyBuilder. findReferenceType()
-