Package | Description |
---|---|
com.sun.tools.xjc.generator.bean | |
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ClassOutlineImpl |
ClassOutline enhanced with schema2java specific
information. |
Constructor | Description |
---|---|
MethodWriter(ClassOutline context) |
Modifier and Type | Method | Description |
---|---|---|
ClassOutline |
Outline.getClazz(CClassInfo clazz) |
Obtains per-class context information.
|
ClassOutline |
ClassOutline.getSuperClass() |
Returns the super class of this class, if it has the
super class and it is also a JAXB-bound class.
|
ClassOutline |
FieldOutline.parent() |
Gets the enclosing
ClassOutline . |
Modifier and Type | Method | Description |
---|---|---|
Collection<? extends ClassOutline> |
Outline.getClasses() |
Returns all the
ClassOutline s known to this object. |
Set<? extends ClassOutline> |
PackageOutline.getClasses() |
Gets
ClassOutline s whose _package()
points to this object. |
Copyright © 2018 Oracle Corporation. All rights reserved.