Class ConfigurationMapperMap.Default
java.lang.Object
one.microstream.configuration.types.ConfigurationMapperMap.Default
- All Implemented Interfaces:
 ConfigurationMapper<Map<String,?>>,ConfigurationMapperMap
- Enclosing interface:
 - ConfigurationMapperMap
 
public static class ConfigurationMapperMap.Default extends Object implements ConfigurationMapperMap
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.configuration.types.ConfigurationMapperMap
ConfigurationMapperMap.Default - 
Method Summary
Modifier and Type Method Description Configuration.BuildermapConfiguration(Configuration.Builder builder, Map<String,?> source)Adds all entries contained in a source to the givenConfiguration.Builder().Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.configuration.types.ConfigurationMapper
mapConfiguration 
- 
Method Details
- 
mapConfiguration
public Configuration.Builder mapConfiguration(Configuration.Builder builder, Map<String,?> source)Description copied from interface:ConfigurationMapperAdds all entries contained in a source to the givenConfiguration.Builder().- Specified by:
 mapConfigurationin interfaceConfigurationMapper<Map<String,?>>- Parameters:
 builder- the builder to map the entries tosource- the source to take the entries from- Returns:
 - the given 
Configuration.Builder() 
 
 -