Interface ConfigurationValueMapper<T>
- All Superinterfaces:
ConfigurationValueMappingFunction<T>
- All Known Implementing Classes:
ConfigurationValueMapper.Default
public interface ConfigurationValueMapper<T> extends ConfigurationValueMappingFunction<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigurationValueMapper.Default<T>
-
Method Summary
Modifier and Type Method 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()
Methods inherited from interface one.microstream.configuration.types.ConfigurationValueMappingFunction
map