Uses of Interface
com.sun.tools.xjc.outline.FieldOutline
Packages that use FieldOutline
Package
Description
implementation of the XJC API for schema to java.
FieldRenderer and its implementation classes.
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 -
Uses of FieldOutline in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return FieldOutline -
Uses of FieldOutline in com.sun.tools.xjc.generator.bean.field
Classes in com.sun.tools.xjc.generator.bean.field that implement FieldOutlineModifier and TypeClassDescriptionclass
Realizes a property as an untypedList
.class
Realizes a property as an untypedList
.class
class
Realizes a property as an untypedList
.class
Realizes a property through one getter and one setter.class
SingleField
that forces the primitive accessor type.class
A required primitive property.class
Realizes a property as an untypedList
.Methods in com.sun.tools.xjc.generator.bean.field that return FieldOutlineModifier and TypeMethodDescriptionFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) Generates accesssors and fields for the given implementation class, then returnFieldOutline
for accessing the generated field.GenericFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) IsSetFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) UntypedListFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type FieldOutlineModifierConstructorDescriptionprotected
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 FieldOutlineModifier and TypeMethodDescriptionfinal FieldOutline[]
ClassOutline.getDeclaredFields()
Gets all theFieldOutline
s newly declared in this class.Outline.getField
(CPropertyInfo fu) Gets the object that wraps the generated field for a givenCPropertyInfo
.FieldAccessor.owner()
Gets theFieldOutline
from which this object is created.