| Package | Description |
|---|---|
| org.bovinegenius.kurgan.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigBigDec |
class |
ConfigBigInt |
class |
ConfigBool |
class |
ConfigByte |
class |
ConfigChar |
class |
ConfigClass |
class |
ConfigCollection |
class |
ConfigDouble |
class |
ConfigEnum |
class |
ConfigFile |
class |
ConfigFloat |
class |
ConfigInt |
class |
ConfigInterface |
class |
ConfigList |
class |
ConfigLong |
class |
ConfigMap |
class |
ConfigPath |
class |
ConfigPattern |
class |
ConfigSet |
class |
ConfigString |
class |
ConfigUri |
class |
ConfigUrl |
| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
ConfigType.Conversions.asConfigType(Type type) |
static ConfigType |
ConfigType.Conversions.fromClass(Class<?> cls,
Types types) |
@NonNull ConfigType |
ConfigList.getInnerType() |
@NonNull ConfigType |
ConfigSet.getInnerType() |
ConfigType |
ConfigMap.getKeyType() |
ConfigType |
ConfigMap.getValueType() |
ConfigType |
ConfigInterface.ConfigField.getValueType() |
static ConfigType |
ConfigType.Conversions.interfaceToConfigType(Type inType,
Types types) |
static ConfigType |
ConfigType.Conversions.toConfigType(Type inType,
Types types) |
| Constructor and Description |
|---|
ConfigCollection(ConfigType innerType) |
ConfigField(String keyName,
Method method,
ConfigType valueType) |
ConfigList(@NonNull ConfigType innerType) |
ConfigMap(ConfigType keyType,
ConfigType valueType) |
ConfigSet(@NonNull ConfigType innerType) |
Copyright © 2020. All rights reserved.