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