| 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.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(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(String value)
Sets the node value associated with the current node.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.