| Package | Description |
|---|---|
| com.github.avatar21.enumobj.configKey | |
| com.github.avatar21.enumobj.utils |
| Modifier and Type | Method and Description |
|---|---|
static ConfigKey |
ConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigKey[] |
ConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigKey |
EnumObjectUtils.getConfigKeyByCode(String code)
以编码获取ConfigKey 枚举类
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends Enum & IConfigSubKey> |
EnumObjectUtils.getSubKeyClassForConfigKey(ConfigKey configKey)
获取配置组的“子配置”的枚举类
|
Copyright © 2018 com.github.avatar21. All rights reserved.