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 ClassOutlineImplBeanGenerator. getClazz(CClassInfo bean)Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type ClassOutlineImpl Modifier and Type Method Description Collection<ClassOutlineImpl>BeanGenerator. getClasses()Set<ClassOutlineImpl>PackageOutlineImpl. getClasses()Methods in com.sun.tools.xjc.generator.bean with parameters of type ClassOutlineImpl Modifier and Type Method Description protected abstract voidImplStructureStrategy. _extends(ClassOutlineImpl derived, ClassOutlineImpl base)Sets up an inheritance relationship.protected abstract MethodWriterImplStructureStrategy. 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 ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineprotected ClassOutlineImplAbstractField. outlineMethods in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl Modifier and Type Method Description FieldOutlineFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)Generates accesssors and fields for the given implementation class, then returnFieldOutlinefor accessing the generated field.FieldOutlineGenericFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)FieldOutlineIsSetFieldRenderer. generate(ClassOutlineImpl context, CPropertyInfo prop)FieldOutlineUntypedListFieldRenderer. 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)
-