Uses of Class
tools.jackson.databind.AnnotationIntrospector.ReferenceProperty
Packages that use AnnotationIntrospector.ReferenceProperty
Package
Description
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.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 tools.jackson.databind
Methods in tools.jackson.databind that return AnnotationIntrospector.ReferencePropertyModifier and TypeMethodDescriptionAnnotationIntrospector.findReferenceType
(MapperConfig<?> config, AnnotatedMember member) Method for checking if given member indicates that it is part of a reference (parent/child). -
Uses of AnnotationIntrospector.ReferenceProperty in tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect declared as AnnotationIntrospector.ReferencePropertyModifier and TypeFieldDescriptionprotected AnnotationIntrospector.ReferenceProperty
POJOPropertyBuilder._referenceInfo
Lazily accessed information about this property iff it is a forward or back reference.Methods in tools.jackson.databind.introspect that return AnnotationIntrospector.ReferencePropertyModifier and TypeMethodDescriptionAnnotationIntrospectorPair.findReferenceType
(MapperConfig<?> config, AnnotatedMember member) BeanPropertyDefinition.findReferenceType()
Method used to find whether property is part of a bi-directional reference.JacksonAnnotationIntrospector.findReferenceType
(MapperConfig<?> config, AnnotatedMember member) POJOPropertyBuilder.findReferenceType()