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 classConfigurationMapperMap.Default - 
Method Summary
Static Methods Modifier and Type Method Description static ConfigurationMapperMapNew()Pseudo-constructor to create a new mapper.static ConfigurationMapperMapNew(Function<Object,String> toStringMapper)Pseudo-constructor to create a new mapper.Methods inherited from interface one.microstream.configuration.types.ConfigurationMapper
mapConfiguration, mapConfiguration