Uses of Interface
io.helidon.common.config.Config.Key
Packages that use Config.Key
Package
Description
Provides the minimal set of types for immutable, tree-structured configuration access.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of Config.Key in io.helidon.common.config
Methods in io.helidon.common.config that return Config.KeyModifier and TypeMethodDescriptionConfig.Key.child(Config.Key key) Create a child key to the current key.Config.key()Returns the fully-qualified key of theConfignode.ConfigValue.key()Returns the fully-qualified key of the originatingConfignode.Config.Key.parent()Returns instance of Key that represents key of parent config node.Methods in io.helidon.common.config with parameters of type Config.KeyModifier and TypeMethodDescriptionConfig.Key.child(Config.Key key) Create a child key to the current key.default ConfigConfig.get(Config.Key key) Returns the single sub-node for the specified sub-key. -
Uses of Config.Key in io.helidon.config
Subinterfaces of Config.Key in io.helidon.configModifier and TypeInterfaceDescriptionstatic interfaceObject represents fully-qualified key of config node.Methods in io.helidon.config with parameters of type Config.KeyModifier and TypeMethodDescriptionConfig.Key.child(Config.Key key) Create a child key to the current key.