Uses of Class
io.helidon.config.MapConfigSource
Packages that use MapConfigSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of MapConfigSource in io.helidon.config
Subclasses of MapConfigSource in io.helidon.configModifier and TypeClassDescriptionstatic final classSystem properties config source.Classes in io.helidon.config that implement interfaces with type arguments of type MapConfigSourceModifier and TypeClassDescriptionstatic classMapConfigSource.MapBuilder<T extends MapConfigSource.MapBuilder<T>>An abstract fluent API builder forMapConfigSource.Methods in io.helidon.config that return MapConfigSourceModifier and TypeMethodDescriptionConfigSources.SystemPropertiesConfigSource.Builder.build()MapConfigSource.Builder.build()static MapConfigSourceCreate a new config source from the provided map.static MapConfigSourceMapConfigSource.create(Properties properties) Create a new config source from the provided properties.static MapConfigSourceConfigSources.environmentVariables()Provides a @{code ConfigSource} for creating aConfigfrom environment variables.