| Package | Description |
|---|---|
| com.github.housepower.serde | |
| com.github.housepower.settings |
| Modifier and Type | Field and Description |
|---|---|
static SettingType<Boolean> |
SettingType.Bool |
static SettingType<Character> |
SettingType.Char |
static SettingType<Float> |
SettingType.Float32 |
static SettingType<Integer> |
SettingType.Int32 |
static SettingType<Long> |
SettingType.Int64 |
static SettingType<Duration> |
SettingType.Milliseconds |
static SettingType<Duration> |
SettingType.Seconds |
static SettingType<String> |
SettingType.UTF8 |
| Modifier and Type | Method and Description |
|---|---|
SettingType<?> |
SettingKey.type() |
| Modifier and Type | Method and Description |
|---|---|
SettingKey.Builder |
SettingKey.Builder.withType(SettingType<?> type) |
Copyright © 2021. All rights reserved.