Uses of Interface
io.helidon.config.spi.NodeConfigSource
Packages that use NodeConfigSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of NodeConfigSource in io.helidon.config
Classes in io.helidon.config that implement NodeConfigSourceModifier and TypeClassDescriptionstatic final classSystem properties config source.classConfigSourceimplementation that loads configuration content from a directory on a filesystem.classConfigSourceimplementation based onMap<String, String>.final classConfigSourceimplementation wraps another config source and add key prefix to original one.Methods in io.helidon.config that return NodeConfigSourceModifier and TypeMethodDescriptionstatic NodeConfigSourceConfigSources.create(ConfigNode.ObjectNode objectNode) Returns aConfigSourcethat wraps the specifiedobjectNode.