| Package | Description |
|---|---|
| sf.spring.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
| Modifier and Type | Field and Description |
|---|---|
static ReflectionUtils.MethodFilter |
ReflectionUtils.USER_DECLARED_METHODS
Pre-built MethodFilter that matches all non-bridge non-synthetic methods
which are not declared on
java.lang.Object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReflectionUtils.doWithMethods(Class<?> clazz,
ReflectionUtils.MethodCallback mc,
ReflectionUtils.MethodFilter mf)
Perform the given callback operation on all matching methods of the given
class and superclasses (or given interface and super-interfaces).
|
static Method[] |
ReflectionUtils.getUniqueDeclaredMethods(Class<?> leafClass,
ReflectionUtils.MethodFilter mf)
Get the unique set of declared methods on the leaf class and all superclasses.
|
Copyright © 2020. All rights reserved.