Uses of Interface
io.helidon.config.spi.OverrideSource
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 OverrideSource in io.helidon.config
Modifier and TypeClassDescriptionclass
OverrideSource
implementation that loads override definitions from a resource on a classpath.final class
OverrideSource
implementation that loads override definitions from a file on a filesystem.class
In-memory implementation of override source.class
OverrideSource
implementation that loads configuration override content from specified endpoint URL.Modifier and TypeMethodDescriptionstatic OverrideSource
Creates a new instance odOverrideSource
from a map of wildcards to values.static OverrideSource
OverrideSources.empty()
An empty implementation ofOverrideSource
.Modifier and TypeMethodDescriptionConfig.Builder.overrides
(Supplier<? extends OverrideSource> overridingSource) Sets the source of an override source. -
Uses of OverrideSource in io.helidon.config.spi