接口的使用
com.alibaba.bytekit.utils.ReflectionUtils.MethodFilter
-
com.alibaba.bytekit.utils中ReflectionUtils.MethodFilter的使用
修饰符和类型字段说明static final ReflectionUtils.MethodFilterReflectionUtils.NON_BRIDGED_METHODSPre-built MethodFilter that matches all non-bridge methods.static final ReflectionUtils.MethodFilterReflectionUtils.USER_DECLARED_METHODSPre-built MethodFilter that matches all non-bridge methods which are not declared onjava.lang.Object.修饰符和类型方法说明static voidReflectionUtils.doWithMethods(Class<?> clazz, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf) Perform the given callback operation on all matching methods of the given class and superclasses (or given interface and super-interfaces).