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.
Provides classes and interfaces for using the Oracle Cloud Infrastructure (OCI) Secrets
Retrieval and Vault APIs
as part of a ConfigSourceProvider implementation.
-
Uses of NodeConfigSource in io.helidon.config
Classes in io.helidon.config that implement NodeConfigSourceModifier and TypeClassDescriptionstatic final class
System properties config source.class
ConfigSource
implementation that loads configuration content from a directory on a filesystem.class
ConfigSource
implementation based onMap<String, String>
.final class
ConfigSource
implementation wraps another config source and add key prefix to original one.Methods in io.helidon.config that return NodeConfigSourceModifier and TypeMethodDescriptionstatic NodeConfigSource
ConfigSources.create
(ConfigNode.ObjectNode objectNode) Returns aConfigSource
that wraps the specifiedobjectNode
. -
Uses of NodeConfigSource in io.helidon.integrations.oci.secrets.configsource
Classes in io.helidon.integrations.oci.secrets.configsource that implement NodeConfigSourceModifier and TypeClassDescriptionfinal class
AnAbstractConfigSource
,NodeConfigSource
andPollableSource
implementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.