Uses of Interface
io.helidon.common.config.Config
Packages that use Config
Package
Description
Provides the minimal set of types for immutable, tree-structured configuration access.
SPI to load an implementation to be able to discover the default configuration of current environment.
-
Uses of Config in io.helidon.common.config
Methods in io.helidon.common.config with type parameters of type ConfigModifier and TypeMethodDescription<C extends Config>
ConfigValue<List<C>> Config.asNodeList()Returns a list of childConfignodes if the node isType#OBJECT.Methods in io.helidon.common.config that return ConfigModifier and TypeMethodDescriptionstatic ConfigGlobalConfig.config()Global configuration instance.static ConfigSet global configuration if not yet configured.static ConfigSet global configuration.Config.detach()Returns a copy of theConfignode with no parent.static ConfigConfig.empty()Empty instance ofConfig.default ConfigConfig.get(Config.Key key) Returns the single sub-node for the specified sub-key.Returns the single sub-node for the specified sub-key.Config.root()Get the root of the configuration tree.Methods in io.helidon.common.config that return types with arguments of type ConfigModifier and TypeMethodDescriptiondefault ConfigValue<? extends Config> Config.asNode()Returns existing current config node asConfigValue.Methods in io.helidon.common.config with parameters of type ConfigModifier and TypeMethodDescriptionCreate a new instance from the configuration located on the provided node.Method parameters in io.helidon.common.config with type arguments of type ConfigModifier and TypeMethodDescriptionstatic ConfigSet global configuration if not yet configured.static ConfigSet global configuration.<T> ConfigValue<T> Typed value as aConfigValuecreated from factory method.<T> ConfigValue<List<T>> Returns this node as a list mapping each list value using the provided mapper. -
Uses of Config in io.helidon.common.config.spi
Methods in io.helidon.common.config.spi that return Config