| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract ConfigParser.Content<S> |
AbstractParsableConfigSource.content() |
Returns config source content.
|
static <S> ConfigParser.Content<S> |
ConfigParser.Content.from(java.lang.Readable readable,
java.lang.String mediaType,
java.util.Optional<S> stamp) |
Creates
ConfigParser.Content from given readable content and
with specified mediaType of configuration format. |
| Modifier and Type | Method | Description |
|---|---|---|
<S> ConfigNode.ObjectNode |
ConfigParser.parse(ConfigParser.Content<S> content) |
Parses a specified
ConfigParser.Content into a hierarchical configuration representation. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.