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 |
DualObjectFactoryGenerator |
ObjectFactoryGenerator used when we generate
interfaces and implementations in separate packages. |
Modifier and Type | Field | Description |
---|---|---|
ObjectFactoryGenerator |
DualObjectFactoryGenerator.privateOFG |
|
ObjectFactoryGenerator |
DualObjectFactoryGenerator.publicOFG |
Modifier and Type | Method | Description |
---|---|---|
ObjectFactoryGenerator |
PackageOutlineImpl.objectFactoryGenerator() |
Modifier and Type | Method | Description |
---|---|---|
ObjectFactoryGenerator |
PackageOutline.objectFactoryGenerator() |
Generates an ObjectFactory class for this package.
|
Copyright © 2018 Oracle Corporation. All rights reserved.