| Package | Description |
|---|---|
| io.helidon.config.etcd |
Etcd configuration source.
|
| io.helidon.config.git |
Git configuration source.
|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigParser.Content<Long> |
EtcdConfigSource.content() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigParser.Content<byte[]> |
GitConfigSource.content() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConfigParser.Content<S> |
AbstractParsableConfigSource.content()
Returns config source content.
|
static <S> ConfigParser.Content<S> |
ConfigParser.Content.create(Readable readable,
String mediaType,
Optional<S> stamp)
Creates
ConfigParser.Content from given readable content and
with specified mediaType of configuration format. |
| Modifier and Type | Method and Description |
|---|---|
<S> ConfigNode.ObjectNode |
ConfigParser.parse(ConfigParser.Content<S> content)
Parses a specified
ConfigParser.Content into a hierarchical configuration representation. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.