| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ConfigSources.MergingStrategy |
ConfigSources.MergingStrategy.fallback() |
Returns an implementation of
MergingStrategy in which nodes
from a root earlier in the list have higher priority than nodes from
a root later in the list. |
| Modifier and Type | Method | Description |
|---|---|---|
ConfigSources.CompositeBuilder |
ConfigSources.CompositeBuilder.mergingStrategy(ConfigSources.MergingStrategy mergingStrategy) |
Sets the strategy to be used for merging the root nodes provided by
the list of
ConfigSources. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.