| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.object |
| 限定符和类型 | 字段和说明 |
|---|---|
static ReflectHelper.MethodFilter |
ReflectHelper.NON_BRIDGED_METHODS
已过时。
as of 5.0.11, in favor of a custom
ReflectHelper.MethodFilter |
static ReflectHelper.MethodFilter |
ReflectHelper.USER_DECLARED_METHODS
Pre-built MethodFilter that matches all non-bridge non-synthetic methods
which are not declared on
java.lang.Object. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ReflectHelper.doWithMethods(Class<?> clazz,
ReflectHelper.MethodCallback mc,
ReflectHelper.MethodFilter mf)
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
|
Copyright © 2020. All rights reserved.