| 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 |
|---|---|---|
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addList(String key,
ConfigNode.ListNode list) |
Sets List node associated with specified
key. |
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addObject(String key,
ConfigNode.ObjectNode object) |
Sets Object node associated with specified
key. |
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(String key,
ConfigNode.ValueNode value) |
Sets String value associated with specified
key. |
default ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(String key,
String value) |
Sets String value associated with specified
key. |
static ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.builder() |
Creates new instance of
ConfigNode.ObjectNode.Builder. |
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.value(String value) |
Sets the node value associated with the current node.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.