S - the source typepublic interface ConfigurationMapper<S>
Configuration.Builder().| Modifier and Type | Method and Description |
|---|---|
Configuration.Builder |
mapConfiguration(Configuration.Builder builder,
S source)
Adds all entries contained in a source to the given
Configuration.Builder(). |
default Configuration.Builder |
mapConfiguration(S source)
Creates a
Configuration.Builder() and adds all entries contained in the given source. |
default Configuration.Builder mapConfiguration(S source)
Configuration.Builder() and adds all entries contained in the given source.source - the source to take the entries fromConfiguration.Builder()Configuration.Builder mapConfiguration(Configuration.Builder builder, S source)
Configuration.Builder().builder - the builder to map the entries tosource - the source to take the entries fromConfiguration.Builder()Copyright © 2022 MicroStream Software. All rights reserved.