Uses of Interface
one.microstream.configuration.types.ConfigurationMapper
Package | Description |
---|---|
one.microstream.configuration.hocon.types | |
one.microstream.configuration.types |
-
Uses of ConfigurationMapper in one.microstream.configuration.hocon.types
Subinterfaces of ConfigurationMapper in one.microstream.configuration.hocon.types Modifier and Type Interface Description interface
ConfigurationMapperHocon
Classes in one.microstream.configuration.hocon.types that implement ConfigurationMapper Modifier and Type Class Description static class
ConfigurationMapperHocon.Default
-
Uses of ConfigurationMapper in one.microstream.configuration.types
Subinterfaces of ConfigurationMapper in one.microstream.configuration.types Modifier and Type Interface Description interface
ConfigurationMapperMap
Mapper which maps entries from aMap
to aConfiguration.Builder()
.interface
ConfigurationMapperTable<V>
Mapper which maps entries from aXGettingTable
to aConfiguration.Builder()
.interface
ConfigurationMapperXml
Mapper which maps entries from a XMLElement
to aConfiguration.Builder()
.Classes in one.microstream.configuration.types that implement ConfigurationMapper Modifier and Type Class Description static class
ConfigurationMapperMap.Default
static class
ConfigurationMapperTable.Default<V>
static class
ConfigurationMapperXml.Default
Methods in one.microstream.configuration.types with parameters of type ConfigurationMapper Modifier and Type Method Description default <S> Configuration.Builder
Configuration.Builder. map(ConfigurationMapper<S> mapper, S source)
Maps values and child-configurations from the specified source into this builder.