Uses of Interface
io.helidon.common.config.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
Modifier and TypeMethodDescriptionConfig.Key.child
(Config.Key key) Create a child key to the current key.Config.key()
Returns the fully-qualified key of theConfig
node.ConfigValue.key()
Returns the fully-qualified key of the originatingConfig
node.Config.Key.parent()
Returns instance of Key that represents key of parent config node.Modifier and TypeMethodDescriptionConfig.Key.child
(Config.Key key) Create a child key to the current key.default Config
Config.get
(Config.Key key) Returns the single sub-node for the specified sub-key. -
Uses of Config.Key in io.helidon.config
Modifier and TypeInterfaceDescriptionstatic interface
Object represents fully-qualified key of config node.Modifier and TypeMethodDescriptionConfig.Key.child
(Config.Key key) Create a child key to the current key.