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 processings (such as adding more annotations) can be
done on the generated code.
|
Modifier and Type | Class and Description |
---|---|
class |
PackageOutlineImpl
PackageOutline enhanced with schema2java specific
information. |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends PackageOutline> |
BeanGenerator.getAllPackageContexts() |
Modifier and Type | Method and Description |
---|---|
PackageOutline |
EnumOutline._package()
PackageOutline that contains this class. |
PackageOutline |
ElementOutline._package()
PackageOutline that contains this class. |
PackageOutline |
ClassOutline._package()
PackageOutline that contains this class. |
PackageOutline |
Outline.getPackageContext(JPackage _Package)
Gets per-package context information.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends PackageOutline> |
Outline.getAllPackageContexts()
Gets all package-wise contexts at once.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.