com.sun.tools.xjc.generator.bean
public final class DualObjectFactoryGenerator extends ObjectFactoryGenerator
publicOFG and privateOFG gives you access to {@code ObjectFactory}s in both packages, if you need to.
Field Summary | |
---|---|
ObjectFactoryGenerator | privateOFG |
ObjectFactoryGenerator | publicOFG |
Constructor Summary | |
---|---|
DualObjectFactoryGenerator(BeanGenerator outline, Model model, JPackage targetPackage) |
Method Summary | |
---|---|
JDefinedClass | getObjectFactory()
Returns the private version (which is what gets used at runtime.) |
void | populate(CElementInfo ei) |
void | populate(ClassOutlineImpl cc) |