当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ReflectionUtils.MethodCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.util
Interface ReflectionUtils.MethodCallback
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.MethodCallback
Action to take on each method.
Method Summary |
void |
doWith(Method method)
Perform an operation using the given method. |
doWith
void doWith(Method method)
throws IllegalArgumentException,
IllegalAccessException
- Perform an operation using the given method.
- Parameters:
method
- the method which will have been made accessible before this invocation
- Throws:
IllegalArgumentException
IllegalAccessException
Copyright © 2002-2007 The Spring Framework.