public interface ConfigurationSource
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ORDINAL |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
get(String key) |
Optional<Boolean> |
getBoolean(String key) |
Optional<Double> |
getDouble(String key) |
Optional<Float> |
getFloat(String key) |
Optional<Integer> |
getInteger(String key) |
Optional<Integer> |
getListSize(String key) |
Optional<Long> |
getLong(String key) |
Optional<List<String>> |
getMapKeys(String key) |
default Integer |
getOrdinal() |
void |
init(ConfigurationDispatcher configurationDispatcher) |
void |
set(String key,
Boolean value) |
void |
set(String key,
Double value) |
void |
set(String key,
Float value) |
void |
set(String key,
Integer value) |
void |
set(String key,
String value) |
void |
watch(String key) |
static final String CONFIG_ORDINAL
void init(ConfigurationDispatcher configurationDispatcher)
void watch(String key)
default Integer getOrdinal()
Copyright © 2015–2020. All rights reserved.