Uses of Interface
io.helidon.config.spi.ConfigNode.ValueNode
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.ValueNode in io.helidon.config
Modifier and TypeMethodDescriptionListNodeBuilderImpl.addValue
(ConfigNode.ValueNode value) ObjectNodeBuilderImpl.addValue
(String key, ConfigNode.ValueNode value) -
Uses of ConfigNode.ValueNode in io.helidon.config.spi
Modifier and TypeMethodDescriptionstatic ConfigNode.ValueNode
Create new instance of theConfigNode.ValueNode
from specified Stringvalue
.Modifier and TypeMethodDescriptionConfigNode.ListNode.Builder.addValue
(ConfigNode.ValueNode value) Adds String value to the list.ConfigNode.ObjectNode.Builder.addValue
(String key, ConfigNode.ValueNode value) Sets String value associated with specifiedkey
.