| 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.ListNode.Builder |
ConfigNode.ListNode.Builder.addList(ConfigNode.ListNode list) |
Adds List node to the list.
|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addObject(ConfigNode.ObjectNode object) |
Adds Object node to the list.
|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(ConfigNode.ValueNode value) |
Adds String value to the list.
|
default ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addValue(java.lang.String value) |
Adds String value to the list.
|
static ConfigNode.ListNode.Builder |
ConfigNode.ListNode.builder() |
Creates new instance of
ConfigNode.ListNode.Builder. |
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.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.