| Package | Description |
|---|---|
| one.microstream.util.config |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigEntry.Abstract<T> |
| Modifier and Type | Method and Description |
|---|---|
static ConfigEntry<Boolean> |
CompositeConfig.entryBoolean(String keyName) |
static ConfigEntry<Double> |
CompositeConfig.entryDouble(String keyName) |
static ConfigEntry<Integer> |
CompositeConfig.entryInteger(String keyName) |
static ConfigEntry<Long> |
CompositeConfig.entryLong(String keyName) |
static ConfigEntry<String> |
CompositeConfig.entryString(String keyName) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Config.get(ConfigEntry<T> entry) |
<T> T |
AbstractConfig.get(ConfigEntry<T> entry) |
Copyright © 2022 MicroStream Software. All rights reserved.