Uses of Interface
org.aopalliance.reflect.Field
Packages that use Field
Package
Description
This package provides a set of interfaces for implementing a
generic reflection API.
-
Uses of Field in org.aopalliance.reflect
Methods in org.aopalliance.reflect that return FieldModifier and TypeMethodDescriptionField[]Class.getDeclaredFields()Gets the fields declared by this class.Field[]Class.getFields()Gets the fields of this class (including superclass fields).Methods in org.aopalliance.reflect with parameters of type FieldModifier and TypeMethodDescriptionCode.getReadLocator(Field readField) Returns a field reading locator in the current body.Code.getWriteLocator(Field writtenField) Returns a field writing locator in the current body.