public final class Ref<T,C>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Adapter<T,C> |
adapter
If the reference has an adapter, non-null.
|
T |
type
The type being referenced.
|
boolean |
valueList
If the
type is an array and it is a value list,
true. |
Constructor and Description |
---|
Ref(AnnotationReader<T,C,?,?> reader,
Navigator<T,C,?,?> nav,
T type,
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta,
javax.xml.bind.annotation.XmlList xl) |
Ref(ModelBuilder<T,C,?,?> builder,
T type,
javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta,
javax.xml.bind.annotation.XmlList xl) |
Ref(T type) |
Ref(T type,
Adapter<T,C> adapter,
boolean valueList) |
public final T type
If the type is adapted, this field is the same as the adapter's default type.
public final boolean valueList
type
is an array and it is a value list,
true.public Ref(T type)
public Ref(ModelBuilder<T,C,?,?> builder, T type, javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter xjta, javax.xml.bind.annotation.XmlList xl)