|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ReflectionUtils.FieldCallback
Callback interface invoked on each field in the hierarchy.
Method Summary | |
---|---|
void |
doWith(Field field)
Perform an operation using the given field. |
Method Detail |
---|
void doWith(Field field) throws IllegalArgumentException, IllegalAccessException
field
- the field to operate on
IllegalArgumentException
IllegalAccessException
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |