Package com.sun.tools.xjc.generator.bean.field

FieldRenderer and its implementation classes.

See:
          Description

Interface Summary
FieldRenderer Abstract model of one field in a generated class.
 

Class Summary
ContentListField Realizes a property as an untyped List.
DummyListField Realizes a property as an untyped List.
FieldRendererFactory Factory for FieldRenderer.
GenericFieldRenderer Creates
IsSetField  
IsSetFieldRenderer FieldRenderer that wraps another field generator and produces isSetXXX unsetXXX methods.
NoExtendedContentField Realizes a property as an untyped List.
SingleField Realizes a property through one getter and one setter.
SinglePrimitiveAccessField SingleField that forces the primitive accessor type.
UnboxedField A required primitive property.
UntypedListField Realizes a property as an untyped List.
UntypedListFieldRenderer  
 

Enum Summary
Messages Message resources
 

Package com.sun.tools.xjc.generator.bean.field Description

FieldRenderer and its implementation classes. Unless you are deriving from these classes to define your own custom renderer, you shouldn't be using these classes directly. Use the outline package.