接口 ReflectionUtils.MethodFilter
- 封闭类:
ReflectionUtils
public static interface ReflectionUtils.MethodFilter
Callback optionally used to method fields to be operated on by a method callback.
-
方法概要
-
方法详细资料
-
matches
Determine whether the given method matches.- 参数:
method- the method to check
-