Uses of Interface
io.helidon.config.spi.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
Modifier 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.Modifier and TypeMethodDescriptionstatic NodeConfigSource
ConfigSources.create
(ConfigNode.ObjectNode objectNode) Returns aConfigSource
that wraps the specifiedobjectNode
. -
Uses of NodeConfigSource in io.helidon.integrations.oci.secrets.configsource
Modifier and TypeClassDescriptionfinal class
AnAbstractConfigSource
,NodeConfigSource
andPollableSource
implementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.