| Package | Description |
|---|---|
| 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 | Method and 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 and Description |
|---|---|
Map<C,? extends ClassInfo<T,C>> |
TypeInfoSet.beans()
Returns all the
ClassInfos known to this set. |
| Modifier and Type | Class and 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 and Description |
|---|---|
interface |
RuntimeClassInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaGenerator.add(ClassInfo<T,C> clazz)
Adds a new class to the list of classes to be written.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.