Uses of Interface
io.helidon.config.spi.ParsableSource.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Git configuration source.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ParsableSource.Builder in io.helidon.config
Modifier and TypeClassDescriptionstatic final class
Classpath ConfigSource Builder.static final class
File ConfigSource Builder.static final class
Url ConfigSource Builder. -
Uses of ParsableSource.Builder in io.helidon.config.etcd
-
Uses of ParsableSource.Builder in io.helidon.config.git
-
Uses of ParsableSource.Builder in io.helidon.config.spi
Modifier and TypeInterfaceDescriptionstatic interface
ParsableSource.Builder<B extends ParsableSource.Builder<B>>
A builder for a parsable source.