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. |
com.sun.xml.bind.v2.schemagen |
Schema generator.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CClassInfo |
Mutable
ClassInfo representation. |
Modifier and Type | Method | Description |
---|---|---|
ClassInfo<T,C> |
ClassInfo.getBaseClass() |
Obtains the information about the base class.
|
ClassInfo<T,C> |
Element.getScope() |
If non-null, this element is only active inside the given scope.
|
Modifier and Type | Method | Description |
---|---|---|
Map<C,? extends ClassInfo<T,C>> |
TypeInfoSet.beans() |
Returns all the
ClassInfo s known to this set. |
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 | Interface | Description |
---|---|---|
interface |
RuntimeClassInfo |
Modifier and Type | Method | Description |
---|---|---|
void |
XmlSchemaGenerator.add(ClassInfo<T,C> clazz) |
Adds a new class to the list of classes to be written.
|
Copyright © 2018 Oracle Corporation. All rights reserved.