Uses of Interface
io.helidon.config.spi.ConfigNode.ObjectNode.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.ObjectNode.Builder in io.helidon.config
Modifier and TypeMethodDescriptionObjectNodeBuilderImpl.addList
(String key, ConfigNode.ListNode list) ObjectNodeBuilderImpl.addObject
(String key, ConfigNode.ObjectNode object) ObjectNodeBuilderImpl.addValue
(String key, ConfigNode.ValueNode value) -
Uses of ConfigNode.ObjectNode.Builder in io.helidon.config.spi
Modifier and TypeMethodDescriptionConfigNode.ObjectNode.Builder.addList
(String key, ConfigNode.ListNode list) Sets List node associated with specifiedkey
.ConfigNode.ObjectNode.Builder.addNode
(String key, ConfigNode node) Add a config node.ConfigNode.ObjectNode.Builder.addObject
(String key, ConfigNode.ObjectNode object) Sets Object node associated with specifiedkey
.ConfigNode.ObjectNode.Builder.addValue
(String key, ConfigNode.ValueNode value) Sets String value associated with specifiedkey
.default ConfigNode.ObjectNode.Builder
Sets String value associated with specifiedkey
.ConfigNode.ObjectNode.builder()
Creates new instance ofConfigNode.ObjectNode.Builder
.Sets the node value associated with the current node.