| Package | Description |
|---|---|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigNode.ValueNode |
ConfigNode.ValueNode.create(String value)
Create new instance of the
ConfigNode.ValueNode from specified String value. |
| Modifier and Type | Method and Description |
|---|---|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(ConfigNode.ValueNode value)
Adds String value to the list.
|
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(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.