| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
static OverrideSource |
OverrideSources.empty() |
An empty implementation of
OverrideSource. |
static OverrideSource |
OverrideSources.from(java.util.Map<java.lang.String,java.lang.String> overrideValues) |
Creates a new instance od
OverrideSource from a map of wildcards to values. |
| Modifier and Type | Method | Description |
|---|---|---|
Config.Builder |
Config.Builder.overrides(java.util.function.Supplier<OverrideSource> overridingSource) |
Sets source of a override source.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractOverrideSource<S> |
Base abstract implementation of
OverrideSource, suitable for concrete
implementations to extend. |
| Modifier and Type | Method | Description |
|---|---|---|
OverrideSource |
AbstractOverrideSource.Builder.get() |
|
default OverrideSource |
OverrideSource.get() |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.