| 程序包 | 说明 |
|---|---|
| cn.tom.kit.clazz |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ReflectUtil.doWithMethods(Class<?> clazz,
ReflectUtil.MethodCallback mc)
Perform the given callback operation on all matching methods of the given
class and superclasses.
|
static void |
ReflectUtil.doWithMethods(Class<?> clazz,
ReflectUtil.MethodCallback mc,
ReflectUtil.MethodFilter mf)
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
|
static void |
ReflectUtil.doWithMethodsWithNoRecursion(Class<?> clazz,
ReflectUtil.MethodCallback mc,
ReflectUtil.MethodFilter mf)
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
|
Copyright © 2019. All rights reserved.