com.fasterxml.jackson.databind
Class AnnotationIntrospector.ReferenceProperty

java.lang.Object
  extended by 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


Nested Class Summary
static class AnnotationIntrospector.ReferenceProperty.Type
           
 
Constructor Summary
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, String n)
           
 
Method Summary
static AnnotationIntrospector.ReferenceProperty back(String name)
           
 String getName()
           
 AnnotationIntrospector.ReferenceProperty.Type getType()
           
 boolean isBackReference()
           
 boolean isManagedReference()
           
static AnnotationIntrospector.ReferenceProperty managed(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationIntrospector.ReferenceProperty

public AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
                                                String n)
Method Detail

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.