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 classSingleField.AccessorMethods in com.sun.tools.xjc.generator.bean.field that return FieldAccessor Modifier and Type Method Description FieldAccessorIsSetField. create(JExpression targetObject)FieldAccessorSingleField. create(JExpression targetObject)FieldAccessorUnboxedField. 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 FieldAccessorFieldOutline. create(JExpression targetObject)Creates a newFieldAccessorof this field for the specified object.
-