public interface ConfigurationValueMapper<T> extends ConfigurationValueMappingFunction<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationValueMapper.Default<T> |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationValueMapper<Boolean> |
Boolean() |
static ConfigurationValueMapper<Byte> |
Byte() |
static ConfigurationValueMapper<ByteSize> |
ByteSize() |
static ConfigurationValueMapper<ByteSize> |
ByteSize(ByteUnit defaultUnit) |
static ConfigurationValueMapper<Double> |
Double() |
static ConfigurationValueMapper<Duration> |
Duration() |
static ConfigurationValueMapper<Duration> |
Duration(DurationUnit defaultUnit) |
static ConfigurationValueMapper<Float> |
Float() |
static ConfigurationValueMapper<Integer> |
Integer() |
static ConfigurationValueMapper<Long> |
Long() |
static <T> ConfigurationValueMapper<T> |
New(Class<T> type,
ConfigurationValueMappingFunction<T> mappingFunction) |
static ConfigurationValueMapper<Short> |
Short() |
Class<T> |
type() |
mapstatic ConfigurationValueMapper<Boolean> Boolean()
static ConfigurationValueMapper<Byte> Byte()
static ConfigurationValueMapper<Short> Short()
static ConfigurationValueMapper<Integer> Integer()
static ConfigurationValueMapper<Long> Long()
static ConfigurationValueMapper<Float> Float()
static ConfigurationValueMapper<Double> Double()
static ConfigurationValueMapper<ByteSize> ByteSize()
static ConfigurationValueMapper<ByteSize> ByteSize(ByteUnit defaultUnit)
static ConfigurationValueMapper<Duration> Duration()
static ConfigurationValueMapper<Duration> Duration(DurationUnit defaultUnit)
static <T> ConfigurationValueMapper<T> New(Class<T> type, ConfigurationValueMappingFunction<T> mappingFunction)
Copyright © 2022 MicroStream Software. All rights reserved.