| 程序包 | 说明 |
|---|---|
| cn.sexycode.util.core.object |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
ReflectHelper.doWithLocalMethods(Class<?> clazz,
ReflectHelper.MethodCallback mc)
Perform the given callback operation on all matching methods of the given
class, as locally declared or equivalent thereof (such as default methods
on Java 8 based interfaces that the given class implements).
|
static void |
ReflectHelper.doWithMethods(Class<?> clazz,
ReflectHelper.MethodCallback mc)
Perform the given callback operation on all matching methods of the given
class and superclasses.
|
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.