| 程序包 | 说明 |
|---|---|
| cn.tom.kit.clazz |
| 限定符和类型 | 字段和说明 |
|---|---|
static ReflectUtil.MethodFilter |
ReflectUtil.NON_BRIDGED_METHODS
Pre-built MethodFilter that matches all non-bridge methods.
|
static ReflectUtil.MethodFilter |
ReflectUtil.USER_DECLARED_METHODS
Pre-built MethodFilter that matches all non-bridge methods
which are not declared on
java.lang.Object. |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2018. All rights reserved.