Uses of Class
io.helidon.config.MapConfigSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of MapConfigSource in io.helidon.config
Modifier and TypeClassDescriptionstatic final class
System properties config source.Modifier and TypeMethodDescriptionConfigSources.SystemPropertiesConfigSource.Builder.build()
MapConfigSource.Builder.build()
static MapConfigSource
Create a new config source from the provided map.static MapConfigSource
MapConfigSource.create
(Properties properties) Create a new config source from the provided properties.static MapConfigSource
ConfigSources.environmentVariables()
Provides a @{code ConfigSource} for creating aConfig
from environment variables.