| 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 processings (such as adding more annotations) can be
  done on the generated code. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected FieldOutline | 
PropertyImpl.fr  | 
| Modifier and Type | Method and Description | 
|---|---|
FieldOutline | 
BeanGenerator.getField(CPropertyInfo prop)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContentListField
Realizes a property as an untyped  
List. | 
class  | 
DummyListField
Realizes a property as an untyped  
List. | 
class  | 
IsSetField  | 
class  | 
NoExtendedContentField
Realizes a property as an untyped  
List. | 
class  | 
SingleField
Realizes a property through one getter and one setter. 
 | 
class  | 
SinglePrimitiveAccessField
SingleField that forces the primitive accessor type. | 
class  | 
UnboxedField
A required primitive property. 
 | 
class  | 
UntypedListField
Realizes a property as an untyped  
List. | 
| Modifier and Type | Method and Description | 
|---|---|
FieldOutline | 
UntypedListFieldRenderer.generate(ClassOutlineImpl context,
        CPropertyInfo prop)  | 
FieldOutline | 
IsSetFieldRenderer.generate(ClassOutlineImpl context,
        CPropertyInfo prop)  | 
FieldOutline | 
GenericFieldRenderer.generate(ClassOutlineImpl context,
        CPropertyInfo prop)  | 
FieldOutline | 
FieldRenderer.generate(ClassOutlineImpl context,
        CPropertyInfo prop)
Generates accesssors and fields for the given implementation
 class, then return  
FieldOutline for accessing
 the generated field. | 
| Constructor and Description | 
|---|
IsSetField(ClassOutlineImpl outline,
          CPropertyInfo prop,
          FieldOutline core,
          boolean unsetMethod,
          boolean issetMethod)  | 
| Modifier and Type | Method and Description | 
|---|---|
FieldOutline[] | 
ClassOutline.getDeclaredFields()
Gets all the  
FieldOutlines newly declared
 in this class. | 
FieldOutline | 
Outline.getField(CPropertyInfo fu)
Gets the object that wraps the generated field for a given  
CPropertyInfo. | 
FieldOutline | 
FieldAccessor.owner()
Gets the  
FieldOutline from which
 this object is created. | 
Copyright © 2017 JBoss by Red Hat. All rights reserved.