| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
protected class |
AbstractField.Accessor
Useful base class for implementing
FieldAccessor. |
protected class |
AbstractFieldWithVar.Accessor |
protected class |
SingleField.Accessor |
| Modifier and Type | Method and Description |
|---|---|
FieldAccessor |
UnboxedField.create(JExpression targetObject) |
FieldAccessor |
SingleField.create(JExpression targetObject) |
FieldAccessor |
IsSetField.create(JExpression targetObject) |
| Modifier and Type | Method and Description |
|---|---|
FieldAccessor |
FieldOutline.create(JExpression targetObject)
Creates a new
FieldAccessor of this field
for the specified object. |
Copyright © 2015 Oracle Corporation. All Rights Reserved.