| 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 |
|---|---|---|
static ConfigNode.ValueNode |
ConfigNode.ValueNode.from(java.lang.String value) |
Create new instance of the
ConfigNode.ValueNode from specified String value. |
| Modifier and Type | Method | Description |
|---|---|---|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(ConfigNode.ValueNode value) |
Adds String value to the list.
|
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(java.lang.String key,
ConfigNode.ValueNode value) |
Sets String value associated with specified
key. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.