当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ReflectionUtils.FieldCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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. |
doWith
void doWith(Field field)
throws IllegalArgumentException,
IllegalAccessException
- Perform an operation using the given field.
- Parameters:
field
- the field which will have been made accessible before this invocation
- Throws:
IllegalArgumentException
IllegalAccessException
Copyright © 2002-2007 The Spring Framework.