Uses of Interface
io.helidon.config.ConfigSources.MergingStrategy
-
Packages that use ConfigSources.MergingStrategy Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of ConfigSources.MergingStrategy in io.helidon.config
Methods in io.helidon.config that return ConfigSources.MergingStrategy Modifier and Type Method Description static ConfigSources.MergingStrategy
ConfigSources.MergingStrategy. fallback()
Returns an implementation ofMergingStrategy
in which nodes from a root earlier in the list have higher priority than nodes from a root later in the list.Methods in io.helidon.config with parameters of type ConfigSources.MergingStrategy 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 ofConfigSource
s.
-