Uses of Class
com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
-
Packages that use ObjectFactoryGenerator 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. -
-
Uses of ObjectFactoryGenerator in com.sun.tools.xjc.generator.bean
Subclasses of ObjectFactoryGenerator in com.sun.tools.xjc.generator.bean Modifier and Type Class Description class
DualObjectFactoryGenerator
ObjectFactoryGenerator
used when we generate interfaces and implementations in separate packages.Fields in com.sun.tools.xjc.generator.bean declared as ObjectFactoryGenerator Modifier and Type Field Description ObjectFactoryGenerator
DualObjectFactoryGenerator. privateOFG
ObjectFactoryGenerator
DualObjectFactoryGenerator. publicOFG
Methods in com.sun.tools.xjc.generator.bean that return ObjectFactoryGenerator Modifier and Type Method Description ObjectFactoryGenerator
PackageOutlineImpl. objectFactoryGenerator()
-
Uses of ObjectFactoryGenerator in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ObjectFactoryGenerator Modifier and Type Method Description ObjectFactoryGenerator
PackageOutline. objectFactoryGenerator()
Generates an ObjectFactory class for this package.
-