com.sun.tools.xjc.generator.bean
Class PrivateObjectFactoryGenerator
java.lang.Object
com.sun.tools.xjc.generator.bean.ObjectFactoryGenerator
com.sun.tools.xjc.generator.bean.ObjectFactoryGeneratorImpl
com.sun.tools.xjc.generator.bean.PrivateObjectFactoryGenerator
final class PrivateObjectFactoryGenerator
- extends ObjectFactoryGeneratorImpl
Generates private ObjectFactory.
This class also puts a copy of JAXBContextFactory
to the impl package.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateObjectFactoryGenerator
public PrivateObjectFactoryGenerator(BeanGenerator outline,
Model model,
com.sun.codemodel.JPackage targetPackage)
populate
void populate(CElementInfo ei)
- Description copied from class:
ObjectFactoryGenerator
- Adds code for the given
CElementInfo
to ObjectFactory.
- Specified by:
populate
in class ObjectFactoryGenerator
populate
void populate(ClassOutlineImpl cc)
- Description copied from class:
ObjectFactoryGenerator
- Adds code that is relevant to a given
ClassOutlineImpl
to
ObjectFactory.
- Specified by:
populate
in class ObjectFactoryGenerator