public interface ConfigurationMapperMap extends ConfigurationMapper<Map<String,?>>
Map to a Configuration.Builder().| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationMapperMap.Default |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationMapperMap |
New()
Pseudo-constructor to create a new mapper.
|
static ConfigurationMapperMap |
New(Function<Object,String> toStringMapper)
Pseudo-constructor to create a new mapper.
|
mapConfiguration, mapConfigurationstatic ConfigurationMapperMap New()
static ConfigurationMapperMap New(Function<Object,String> toStringMapper)
toStringMapper - function which converts values from the map to String valuesCopyright © 2022 MicroStream Software. All rights reserved.