Uses of Interface
com.sun.tools.xjc.outline.FieldOutline
-
Packages that use FieldOutline Package Description com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java.com.sun.tools.xjc.generator.bean com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes.com.sun.tools.xjc.outline 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 FieldOutline in com.sun.tools.xjc.api.impl.s2j
Fields in com.sun.tools.xjc.api.impl.s2j declared as FieldOutline Modifier and Type Field Description protected FieldOutlinePropertyImpl. fr -
Uses of FieldOutline in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return FieldOutline Modifier and Type Method Description FieldOutlineBeanGenerator. getField(CPropertyInfo prop) -
Uses of FieldOutline in com.sun.tools.xjc.generator.bean.field
Classes in com.sun.tools.xjc.generator.bean.field that implement FieldOutline Modifier and Type Class Description classContentListFieldRealizes a property as an untypedList.classDummyListFieldRealizes a property as an untypedList.classIsSetFieldclassNoExtendedContentFieldRealizes a property as an untypedList.classSingleFieldRealizes a property through one getter and one setter.classSinglePrimitiveAccessFieldSingleFieldthat forces the primitive accessor type.classUnboxedFieldA required primitive property.classUntypedListFieldRealizes a property as an untypedList.Methods in com.sun.tools.xjc.generator.bean.field that return FieldOutline 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 FieldOutline Constructor Description IsSetField(ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod) -
Uses of FieldOutline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return FieldOutline Modifier and Type Method Description FieldOutline[]ClassOutline. getDeclaredFields()Gets all theFieldOutlines newly declared in this class.FieldOutlineOutline. getField(CPropertyInfo fu)Gets the object that wraps the generated field for a givenCPropertyInfo.FieldOutlineFieldAccessor. owner()Gets theFieldOutlinefrom which this object is created.
-