public static class AnnotationIntrospector.ReferenceProperty extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
AnnotationIntrospector.ReferenceProperty.Type |
构造器和说明 |
---|
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
String n) |
限定符和类型 | 方法和说明 |
---|---|
static AnnotationIntrospector.ReferenceProperty |
back(String name) |
String |
getName() |
AnnotationIntrospector.ReferenceProperty.Type |
getType() |
boolean |
isBackReference() |
boolean |
isManagedReference() |
static AnnotationIntrospector.ReferenceProperty |
managed(String name) |
public AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, String n)
public static AnnotationIntrospector.ReferenceProperty managed(String name)
public static AnnotationIntrospector.ReferenceProperty back(String name)
public AnnotationIntrospector.ReferenceProperty.Type getType()
public String getName()
public boolean isManagedReference()
public boolean isBackReference()