| Package | Description |
|---|---|
| com.whitestein.lsps.common.hack.lang3 | |
| com.whitestein.lsps.common.hack.lang3.reflect |
| Modifier and Type | Method and Description |
|---|---|
static ClassUtils.Interfaces |
ClassUtils.Interfaces.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClassUtils.Interfaces[] |
ClassUtils.Interfaces.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Iterable<java.lang.Class<?>> |
ClassUtils.hierarchy(java.lang.Class<?> type,
ClassUtils.Interfaces interfacesBehavior)
Get an
Iterable that can iterate over a class hierarchy in ascending (subclass to superclass) order. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.reflect.Method> |
LspsMethodUtils.getOverrideHierarchy(java.lang.reflect.Method method,
ClassUtils.Interfaces interfacesBehavior)
Get the hierarchy of overridden methods down to
result respecting generics. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.