Uses of Interface
com.sun.tools.xjc.outline.FieldAccessor
-
Packages that use FieldAccessor 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 processing (such as adding more annotations) can be done on the generated code. -
-
Uses of FieldAccessor in com.sun.tools.xjc.generator.bean.field
Classes in com.sun.tools.xjc.generator.bean.field that implement FieldAccessor Modifier and Type Class Description protected class
SingleField.Accessor
Methods in com.sun.tools.xjc.generator.bean.field that return FieldAccessor Modifier and Type Method Description FieldAccessor
IsSetField. create(JExpression targetObject)
FieldAccessor
SingleField. create(JExpression targetObject)
FieldAccessor
UnboxedField. create(JExpression targetObject)
-
Uses of FieldAccessor in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return FieldAccessor Modifier and Type Method Description FieldAccessor
FieldOutline. create(JExpression targetObject)
Creates a newFieldAccessor
of this field for the specified object.
-