接口 ReflectionUtils.MethodCallback
- 封闭类:
ReflectionUtils
public static interface ReflectionUtils.MethodCallback
Action to take on each method.
-
方法概要
-
方法详细资料
-
doWith
Perform an operation using the given method.- 参数:
method- the method to operate on- 抛出:
IllegalArgumentExceptionIllegalAccessException
-