Uses of Class
io.helidon.config.AbstractConfigSource
Packages that use AbstractConfigSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Git configuration source.
Provides classes and interfaces for using the Oracle Cloud Infrastructure (OCI) Secrets
Retrieval and Vault APIs
as part of a ConfigSourceProvider implementation.
-
Uses of AbstractConfigSource in io.helidon.config
Subclasses of AbstractConfigSource in io.helidon.configModifier and TypeClassDescriptionclass
ConfigSource
implementation that loads configuration content from a resource on a classpath.static final class
System properties config source.class
ConfigSource
implementation that loads configuration content from a directory on a filesystem.class
ConfigSource
implementation that loads configuration content from a file on a filesystem.class
ConfigSource
implementation based onMap<String, String>
.final class
ConfigSource
implementation that loads configuration content from specified endpoint URL. -
Uses of AbstractConfigSource in io.helidon.config.etcd
Subclasses of AbstractConfigSource in io.helidon.config.etcdModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Etcd. -
Uses of AbstractConfigSource in io.helidon.config.git
Subclasses of AbstractConfigSource in io.helidon.config.gitModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Git repository. -
Uses of AbstractConfigSource in io.helidon.integrations.oci.secrets.configsource
Subclasses of AbstractConfigSource in io.helidon.integrations.oci.secrets.configsourceModifier and TypeClassDescriptionclass
AbstractSecretBundleConfigSource<B extends AbstractConfigSourceBuilder<B,
Void>> AnAbstractConfigSource
that encapsulates functionality common to bothSecretBundleLazyConfigSource
andSecretBundleNodeConfigSource
.final class
AnAbstractConfigSource
and aLazyConfigSource
implementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.final class
AnAbstractConfigSource
,NodeConfigSource
andPollableSource
implementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.Methods in io.helidon.integrations.oci.secrets.configsource that return AbstractConfigSourceModifier and TypeMethodDescriptionDeprecated.For use by the Helidon Config subsystem only.