Class AnnotationIntrospector.ReferenceProperty
java.lang.Object
tools.jackson.databind.AnnotationIntrospector.ReferenceProperty
- Enclosing class:
AnnotationIntrospector
Value type used with managed and back references; contains type and
logic name, used to link related references
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final AnnotationIntrospector.ReferenceProperty.Type -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
_type
-
_name
-
-
Constructor Details
-
ReferenceProperty
-
-
Method Details
-
managed
-
back
-
getType
-
getName
-
isManagedReference
public boolean isManagedReference() -
isBackReference
public boolean isBackReference()
-