Interface ConfigurationMapperXml
- All Superinterfaces:
 ConfigurationMapper<Element>
- All Known Implementing Classes:
 ConfigurationMapperXml.Default
public interface ConfigurationMapperXml extends ConfigurationMapper<Element>
Mapper which maps entries from a XML 
Element to a Configuration.Builder().- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurationMapperXml.Default - 
Method Summary
Static Methods Modifier and Type Method Description static ConfigurationMapperXmlNew()Pseudo-constructor to create a new mapper.Methods inherited from interface one.microstream.configuration.types.ConfigurationMapper
mapConfiguration, mapConfiguration 
- 
Method Details
- 
New
Pseudo-constructor to create a new mapper.- Returns:
 - a new mapper
 
 
 -