public static class AnnotationIntrospector.ReferenceProperty
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
AnnotationIntrospector.ReferenceProperty.Type |
Constructor | Description |
---|---|
ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
java.lang.String n) |
Modifier and Type | Method | Description |
---|---|---|
static AnnotationIntrospector.ReferenceProperty |
back(java.lang.String name) |
|
java.lang.String |
getName() |
|
AnnotationIntrospector.ReferenceProperty.Type |
getType() |
|
boolean |
isBackReference() |
|
boolean |
isManagedReference() |
|
static AnnotationIntrospector.ReferenceProperty |
managed(java.lang.String name) |
public ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, java.lang.String n)
public static AnnotationIntrospector.ReferenceProperty managed(java.lang.String name)
public static AnnotationIntrospector.ReferenceProperty back(java.lang.String name)
public AnnotationIntrospector.ReferenceProperty.Type getType()
public java.lang.String getName()
public boolean isManagedReference()
public boolean isBackReference()