Uses of Interface
io.helidon.config.spi.OverrideSource
-
Packages that use OverrideSource 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 OverrideSource in io.helidon.config
Methods in io.helidon.config that return OverrideSource Modifier and Type Method Description static OverrideSourceOverrideSources. create(Map<String,String> overrideValues)Creates a new instance odOverrideSourcefrom a map of wildcards to values.static OverrideSourceOverrideSources. empty()An empty implementation ofOverrideSource.Method parameters in io.helidon.config with type arguments of type OverrideSource Modifier and Type Method Description Config.BuilderConfig.Builder. overrides(Supplier<OverrideSource> overridingSource)Sets source of a override source. -
Uses of OverrideSource in io.helidon.config.spi
Classes in io.helidon.config.spi that implement OverrideSource Modifier and Type Class Description classAbstractOverrideSource<S>Base abstract implementation ofOverrideSource, suitable for concrete implementations to extend.Methods in io.helidon.config.spi that return OverrideSource Modifier and Type Method Description OverrideSourceAbstractOverrideSource.Builder. get()default OverrideSourceOverrideSource. get()
-