| 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 |
|---|---|
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addList(java.lang.String key,
ConfigNode.ListNode list)
Sets List node associated with specified
key. |
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addObject(java.lang.String key,
ConfigNode.ObjectNode object)
Sets Object node associated with specified
key. |
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(java.lang.String key,
ConfigNode.ValueNode value)
Sets String value associated with specified
key. |
default ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addValue(java.lang.String key,
java.lang.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(java.lang.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.