Uses of Interface
io.helidon.config.spi.ConfigNode.ListNode.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ConfigNode.ListNode.Builder in io.helidon.config
Modifier and TypeMethodDescriptionListNodeBuilderImpl.addList
(ConfigNode.ListNode list) ListNodeBuilderImpl.addObject
(ConfigNode.ObjectNode object) ListNodeBuilderImpl.addValue
(ConfigNode.ValueNode value) -
Uses of ConfigNode.ListNode.Builder in io.helidon.config.spi
Modifier and TypeMethodDescriptionConfigNode.ListNode.Builder.addList
(ConfigNode.ListNode list) Adds List node to the list.ConfigNode.ListNode.Builder.addObject
(ConfigNode.ObjectNode object) Adds Object node to the list.ConfigNode.ListNode.Builder.addValue
(ConfigNode.ValueNode value) Adds String value to the list.default ConfigNode.ListNode.Builder
Adds String value to the list.static ConfigNode.ListNode.Builder
ConfigNode.ListNode.builder()
Creates new instance ofConfigNode.ListNode.Builder
.Sets the node value associated with the current node.