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.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
com.sun.xml.bind.v2.model.runtime |
The specialization of
com.sun.xml.bind.v2.model.core for the runtime. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
CClass |
Either
CClassInfo or CClassRef . |
interface |
CElement |
Modifier and Type | Class | Description |
---|---|---|
class |
CClassInfo |
Mutable
ClassInfo representation. |
class |
CClassRef |
Reference to an existing class.
|
class |
CElementInfo |
ElementInfo implementation for the compile-time model. |
Modifier and Type | Method | Description |
---|---|---|
Element<NType,NClass> |
CBuiltinLeafInfo.asElement() |
Deprecated.
always return null at this level.
|
Element<NType,NClass> |
CClassInfo.asElement() |
|
Element<NType,NClass> |
CEnumLeafInfo.asElement() |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ElementInfo<T,C> |
A particular use (specialization) of
JAXBElement . |
Modifier and Type | Method | Description |
---|---|---|
Element<T,C> |
MaybeElement.asElement() |
|
Element<T,C> |
Element.getSubstitutionHead() |
If this element can substitute another element, return that element.
|
Modifier and Type | Method | Description |
---|---|---|
Set<? extends Element<T,C>> |
ReferencePropertyInfo.getElements() |
Returns the information about the possible elements in this property.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ClassInfoImpl<T,C,F,M> |
A part of the
ClassInfo that doesn't depend on a particular
reflection library. |
Modifier and Type | Method | Description |
---|---|---|
Element<TypeT,ClassDeclT> |
BuiltinLeafInfoImpl.asElement() |
Deprecated.
always return null at this level.
|
Element<T,C> |
ClassInfoImpl.asElement() |
|
Element<T,C> |
ClassInfoImpl.getSubstitutionHead() |
If this element can substitute another element, return that element.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
RuntimeElement |
|
interface |
RuntimeElementInfo |
Copyright © 2018 Oracle Corporation. All rights reserved.