Interface ConfigurationMapperMap
- All Superinterfaces:
ConfigurationMapper<Map<String,?>>
- All Known Implementing Classes:
ConfigurationMapperMap.Default
public interface ConfigurationMapperMap extends ConfigurationMapper<Map<String,?>>
Mapper which maps entries from a
Map
to a Configuration.Builder()
.-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigurationMapperMap.Default
-
Method Summary
Static Methods Modifier and Type Method 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.Methods inherited from interface one.microstream.configuration.types.ConfigurationMapper
mapConfiguration, mapConfiguration