Uses of Class
com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
Packages that use ObjectFactoryGenerator
Package
Description
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.beanModifier and TypeClassDescriptionfinal class
ObjectFactoryGenerator
used when we generate interfaces and implementations in separate packages.Fields in com.sun.tools.xjc.generator.bean declared as ObjectFactoryGeneratorModifier and TypeFieldDescriptionfinal ObjectFactoryGenerator
DualObjectFactoryGenerator.privateOFG
final ObjectFactoryGenerator
DualObjectFactoryGenerator.publicOFG
Methods in com.sun.tools.xjc.generator.bean that return ObjectFactoryGenerator -
Uses of ObjectFactoryGenerator in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ObjectFactoryGeneratorModifier and TypeMethodDescriptionPackageOutline.objectFactoryGenerator()
Generates an ObjectFactory class for this package.