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