| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConfigSource |
Source of configuration. |
interface |
OverrideSource |
Source of config override settings.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractConfigSource<S> |
Base abstract implementation of
ConfigSource, suitable for concrete
implementations to extend. |
class |
AbstractOverrideSource<S> |
Base abstract implementation of
OverrideSource, suitable for concrete
implementations to extend. |
class |
AbstractParsableConfigSource<S> |
Abstract implementation of
ConfigSource that uses a
ConfigParser to parse
configuration content accessible as a
Readable. |
class |
AbstractSource<T,S> |
Abstract base implementation for a variety of sources.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.