Module io.helidon.common.config
Package io.helidon.common.config
package io.helidon.common.config
Provides the minimal set of types for immutable, tree-structured configuration access.
See the helidon-config module for more information for common runtime usage patterns.
-
ClassDescriptionImmutable tree-structured configuration.Object represents fully-qualified key of config node.Exception is thrown by
Config
implementations.ConfiguredProvider<T extends NamedService>Providers that can be loaded from configuration should implement this interface.ConfigValue<T>A typed value of aConfig
node.Global configuration can be set by a user before any Helidon code is invoked, to override default discovery of configuration done by Helidon components.To be used withConfiguredProvider
, each configured service may have a name.