Uses of Interface
io.helidon.config.spi.ConfigNode
-
Packages that use ConfigNode Package Description io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of ConfigNode in io.helidon.config.spi
Subinterfaces of ConfigNode in io.helidon.config.spi Modifier and Type Interface Description static interface
ConfigNode.ListNode
ConfigNode-based list of configuration values.static interface
ConfigNode.ObjectNode
Configuration node representing a hierarchical structure parsed by a suitableConfigParser
if necessary.static interface
ConfigNode.ValueNode
Single string-based configuration value.
-