Package | Description |
---|---|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
com.sun.xml.bind.v2.runtime.reflect |
Abstraction around accessing data of actual objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CAdapter
Extended
Adapter for use within XJC. |
Modifier and Type | Field and Description |
---|---|
Adapter<T,C> |
Ref.adapter
If the reference has an adapter, non-null.
|
Modifier and Type | Method and Description |
---|---|
Adapter<T,C> |
ValuePropertyInfo.getAdapter() |
Adapter<T,C> |
ReferencePropertyInfo.getAdapter() |
Adapter<T,C> |
PropertyInfo.getAdapter() |
Adapter<T,C> |
ElementPropertyInfo.getAdapter() |
Adapter<T,C> |
AttributePropertyInfo.getAdapter() |
Constructor and Description |
---|
Ref(T type,
Adapter<T,C> adapter,
boolean valueList) |
Modifier and Type | Method and Description |
---|---|
<T> Accessor<BeanT,T> |
Accessor.adapt(Adapter<Type,Class> adapter) |
static <BeanT,PropT,ItemT,PackT> |
Lister.create(Type fieldType,
ID idness,
Adapter<Type,Class> adapter)
Gets a reference to the appropriate
Lister object
if the field is a multi-value field. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.