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.
  • Class
    Description
    Immutable tree-structured configuration.
    Object represents fully-qualified key of config node.
    Exception is thrown by Config implementations.
    Providers that can be loaded from configuration should implement this interface.
    A typed value of a Config 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 with ConfiguredProvider, each configured service may have a name.