com.fasterxml.jackson.databind
Class AnnotationIntrospector.ReferenceProperty
java.lang.Object
com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
- Enclosing class:
- AnnotationIntrospector
public static class AnnotationIntrospector.ReferenceProperty
- extends Object
Value type used with managed and back references; contains type and
logic name, used to link related references
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationIntrospector.ReferenceProperty
public AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
String n)
managed
public static AnnotationIntrospector.ReferenceProperty managed(String name)
back
public static AnnotationIntrospector.ReferenceProperty back(String name)
getType
public AnnotationIntrospector.ReferenceProperty.Type getType()
getName
public String getName()
isManagedReference
public boolean isManagedReference()
isBackReference
public boolean isBackReference()
Copyright © 2012 FasterXML. All Rights Reserved.