Uses of Interface
io.helidon.config.spi.ConfigNode.ListNode
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 in io.helidon.config
Modifier and TypeMethodDescriptionListNodeBuilderImpl.addList
(ConfigNode.ListNode list) ObjectNodeBuilderImpl.addList
(String key, ConfigNode.ListNode list) -
Uses of ConfigNode.ListNode in io.helidon.config.spi
Modifier and TypeMethodDescriptionConfigNode.ListNode.Builder.addList
(ConfigNode.ListNode list) Adds List node to the list.ConfigNode.ObjectNode.Builder.addList
(String key, ConfigNode.ListNode list) Sets List node associated with specifiedkey
.