| 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 |
ConfigNode.ListNode.Builder.build() |
Build new instance of
ConfigNode.ListNode. |
| Modifier and Type | Method | Description |
|---|---|---|
ConfigNode.ListNode.Builder |
ConfigNode.ListNode.Builder.addList(ConfigNode.ListNode list) |
Adds List node to the list.
|
ConfigNode.ObjectNode.Builder |
ConfigNode.ObjectNode.Builder.addList(java.lang.String key,
ConfigNode.ListNode list) |
Sets List node associated with specified
key. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.