| Package | Description |
|---|---|
| org.squirrelframework.foundation.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReflectUtils.doWithMethods(Class<?> clazz,
ReflectUtils.MethodCallback mc)
Perform the given callback operation on all matching methods of the given
class and superclasses.
|
static void |
ReflectUtils.doWithMethods(Class<?> clazz,
ReflectUtils.MethodCallback mc,
ReflectUtils.MethodFilter mf)
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
|
Copyright © 2013–2016. All rights reserved.