Package | Description |
---|---|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
com.sun.tools.xjc.reader.dtd.bindinfo |
Object Model that represents DTD binding information.
|
com.sun.tools.xjc.reader.xmlschema |
Modifier and Type | Method and Description |
---|---|
protected abstract ImplStructureStrategy.Result |
ImplStructureStrategy.createClasses(Outline outline,
CClassInfo bean)
Creates class(es) for the given bean.
|
ClassOutlineImpl |
BeanGenerator.getClazz(CClassInfo bean) |
Modifier and Type | Method and Description |
---|---|
CClassInfo |
CClassInfo.getBaseClass()
This inherited version returns null if this class extends from
CClassRef . |
CClassInfo |
Model.getClassInfo(NClass t) |
CClassInfo |
CElementInfo.getScope() |
CClassInfo |
CClassRef.getScope() |
CClassInfo |
CClassInfo.getScope() |
CClassInfo |
CClassInfo.getSubstitutionHead() |
Modifier and Type | Method and Description |
---|---|
Map<NClass,CClassInfo> |
Model.beans() |
Map<QName,CClassInfo> |
Model.createTopLevelBindings()
Represents the "top-level binding".
|
Iterator<CClassInfo> |
CClassInfo.listSubclasses()
Enumerates all the sub-classes of this class.
|
Modifier and Type | Method and Description |
---|---|
T |
CClassInfoParent.Visitor.onBean(CClassInfo bean) |
Modifier and Type | Field and Description |
---|---|
CClassInfo |
ClassOutline.target
This
ClassOutline holds information about this CClassInfo . |
Modifier and Type | Method and Description |
---|---|
ClassOutline |
Outline.getClazz(CClassInfo clazz)
Obtains per-class context information.
|
Constructor and Description |
---|
ClassOutline(CClassInfo _target,
JDefinedClass exposedClass,
JClass implRef,
JDefinedClass _implClass) |
Modifier and Type | Field and Description |
---|---|
CClassInfo |
BIElement.clazz
The bean representation for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
BIConstructor.createDeclaration(CClassInfo cls)
Creates a constructor declaration into the ClassItem.
|
void |
BIElement.declareConstructors(CClassInfo src)
Creates constructor declarations for this element.
|
Modifier and Type | Method and Description |
---|---|
protected CClassInfo |
ParticleBinder.getCurrentBean() |
CClassInfo |
ClassSelector.getCurrentBean() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.