Uses of Interface
io.helidon.config.spi.ParsableSource
Packages that use ParsableSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Git configuration source.
-
Uses of ParsableSource in io.helidon.config
Classes in io.helidon.config that implement ParsableSourceModifier and TypeClassDescriptionclass
ConfigSource
implementation that loads configuration content from a resource on a classpath.class
ConfigSource
implementation that loads configuration content from a file on a filesystem.final class
ConfigSource
implementation that loads configuration content from specified endpoint URL. -
Uses of ParsableSource in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement ParsableSourceModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Etcd. -
Uses of ParsableSource in io.helidon.config.git
Classes in io.helidon.config.git that implement ParsableSourceModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Git repository.