| Package | Description |
|---|---|
| one.microstream.configuration.types |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurationMapperMap
Mapper which maps entries from a
Map to a Configuration.Builder(). |
interface |
ConfigurationMapperTable<V>
Mapper which maps entries from a
XGettingTable to a Configuration.Builder(). |
interface |
ConfigurationMapperXml
Mapper which maps entries from a XML
Element to a Configuration.Builder(). |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationMapperMap.Default |
static class |
ConfigurationMapperTable.Default<V> |
static class |
ConfigurationMapperXml.Default |
| Modifier and Type | Method and 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.
|
Copyright © 2022 MicroStream Software. All rights reserved.