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 classDualObjectFactoryGeneratorObjectFactoryGeneratorused 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 ObjectFactoryGeneratorDualObjectFactoryGenerator. privateOFGObjectFactoryGeneratorDualObjectFactoryGenerator. publicOFGMethods in com.sun.tools.xjc.generator.bean that return ObjectFactoryGenerator Modifier and Type Method Description ObjectFactoryGeneratorPackageOutlineImpl. 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 ObjectFactoryGeneratorPackageOutline. objectFactoryGenerator()Generates an ObjectFactory class for this package.
-