| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
| Modifier and Type | Method and Description |
|---|---|
static ClassKit.Interfaces |
ClassKit.Interfaces.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassKit.Interfaces[] |
ClassKit.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 Set<Method> |
ClassKit.getOverrideHierarchy(Method method,
ClassKit.Interfaces interfacesBehavior)
将被覆盖方法的层次结构向下获取到
result,其中包含泛型. |
static Iterable<Class<?>> |
ClassKit.hierarchy(Class<?> type,
ClassKit.Interfaces interfacesBehavior)
获取一个
Iterable,它可以按照从子类到超类的升序遍历类层次结构. |
Copyright © 2020. All rights reserved.