public static class AnnotationIntrospector.ReferenceProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationIntrospector.ReferenceProperty.Type |
Constructor and Description |
---|
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
String n) |
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2014-2015 FasterXML. All Rights Reserved.