The Spring Framework

org.springframework.util
Interface ReflectionUtils.FieldCallback

Enclosing class:
ReflectionUtils

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

doWith

void doWith(Field field)
            throws IllegalArgumentException,
                   IllegalAccessException
Perform an operation using the given field.

Parameters:
field - field which will have been made accessible before this invocation
Throws:
IllegalArgumentException
IllegalAccessException

The Spring Framework

Copyright © 2002-2006 The Spring Framework.