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 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. -
Uses of NodeConfigSource in io.helidon.integrations.oci.secrets.configsource
Classes in io.helidon.integrations.oci.secrets.configsource that implement NodeConfigSourceModifier and TypeClassDescriptionfinal classAnAbstractConfigSource,NodeConfigSourceandPollableSourceimplementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.