Class ConfigurationMapperXml.Default
java.lang.Object
one.microstream.configuration.types.ConfigurationMapperXml.Default
- All Implemented Interfaces:
 ConfigurationMapper<Element>,ConfigurationMapperXml
- Enclosing interface:
 - ConfigurationMapperXml
 
public static class ConfigurationMapperXml.Default extends Object implements ConfigurationMapperXml
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.configuration.types.ConfigurationMapperXml
ConfigurationMapperXml.Default - 
Method Summary
Modifier and Type Method Description Configuration.BuildermapConfiguration(Configuration.Builder builder, Element 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
Description copied from interface:ConfigurationMapperAdds all entries contained in a source to the givenConfiguration.Builder().- Specified by:
 mapConfigurationin interfaceConfigurationMapper<Element>- Parameters:
 builder- the builder to map the entries tosource- the source to take the entries from- Returns:
 - the given 
Configuration.Builder() 
 
 -