当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ReflectionUtils.MethodFilter (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.util
Interface ReflectionUtils.MethodFilter
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.MethodFilter
Callback optionally used to method fields to be operated on by a method callback.
Method Summary |
boolean |
matches(Method method)
Determine whether the given method matches. |
matches
boolean matches(Method method)
- Determine whether the given method matches.
- Parameters:
method
- the method to check
Copyright © 2002-2007 The Spring Framework.