Uses of Interface
io.helidon.config.spi.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
Modifier 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
Modifier and TypeClassDescriptionclass
A config source which loads a configuration document from Etcd. -
Uses of ParsableSource in io.helidon.config.git
Modifier and TypeClassDescriptionclass
A config source which loads a configuration document from Git repository.