Uses of Interface
com.sun.tools.xjc.outline.FieldAccessor
-
Packages that use FieldAccessor Package Description 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.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.
-