Uses of Class
com.sun.tools.xjc.generator.bean.ClassOutlineImpl
-
Packages that use ClassOutlineImpl Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. -
-
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ClassOutlineImpl Modifier and Type Method Description ClassOutlineImpl
BeanGenerator. getClazz(CClassInfo bean)
Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type ClassOutlineImpl Modifier and Type Method Description java.util.Collection<ClassOutlineImpl>
BeanGenerator. getClasses()
java.util.Set<ClassOutlineImpl>
PackageOutlineImpl. getClasses()
Methods in com.sun.tools.xjc.generator.bean with parameters of type ClassOutlineImpl Modifier and Type Method Description protected abstract void
ImplStructureStrategy. _extends(ClassOutlineImpl derived, ClassOutlineImpl base)
Sets up an inheritance relationship.protected abstract MethodWriter
ImplStructureStrategy. createMethodWriter(ClassOutlineImpl target)
-
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as ClassOutlineImpl Modifier and Type Field Description protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
protected ClassOutlineImpl
AbstractField. outline
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl Modifier and Type Method Description FieldOutline
FieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)
Generates accesssors and fields for the given implementation class, then returnFieldOutline
for accessing the generated field.FieldOutline
GenericFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)
FieldOutline
IsSetFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)
FieldOutline
UntypedListFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)
Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl Constructor Description ContentListField(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList)
DummyListField(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList)
IsSetField(ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod)
NoExtendedContentField(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList)
SingleField(ClassOutlineImpl context, CPropertyInfo prop)
SingleField(ClassOutlineImpl context, CPropertyInfo prop, boolean forcePrimitiveAccess)
SinglePrimitiveAccessField(ClassOutlineImpl context, CPropertyInfo prop)
UnboxedField(ClassOutlineImpl outline, CPropertyInfo prop)
UntypedListField(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList)
-