Uses of Interface
io.helidon.config.spi.MergingStrategy
-
Packages that use MergingStrategy Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of MergingStrategy in io.helidon.config
Methods in io.helidon.config with parameters of type MergingStrategy Modifier and Type Method Description Config.Builder
Config.Builder. mergingStrategy(MergingStrategy strategy)
Merging Strategy to use when more than one config source is used. -
Uses of MergingStrategy in io.helidon.config.spi
Methods in io.helidon.config.spi that return MergingStrategy Modifier and Type Method Description static MergingStrategy
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.
-