public interface ConfigSource extends Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
<T> T |
getConfig(ConfigKey<T> key)
Get config by configKey.
|
String |
getEffectiveKey(ConfigKey configKey)
The actual effective key to get the value.
|
String |
getName() |
String |
getStringConfig(ConfigKey key)
Get the string value of key
|
<T> T getConfig(ConfigKey<T> key)
T - key - ConfigKeyString getName()
String getStringConfig(ConfigKey key)
key - ConfigKeyCopyright © 2024. All rights reserved.