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
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.config.Config instead
    Object represents fully-qualified key of config node.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.config.ConfigBuilderSupport instead
    Extension of Prototype.Builder that supports configuration.
    Deprecated, for removal: This API element is subject to removal in a future version.
    this class is no longer used, switch to helidon-config module with its own config exception class
    Deprecated.
    this class will be moved to helidon-config module in Helidon 5
    Deprecated, for removal: This API element is subject to removal in a future version.
    use types in io.helidon.config package instead
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use Services.get(Class), or ServiceRegistry.get(Class) if you have an instance ready to obtain the "global" configuration; in case you are writing a registry service, simply inject the config instance; use Services.set(Class, Object[]) to use a custom instance of configuration, just make sure it is registered before it is used the first time
    Deprecated.
    this class will be moved to helidon-config module in Helidon 5