Uses of Interface
io.helidon.config.Config.Context
-
Packages that use Config.Context Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data. -
-
Uses of Config.Context in io.helidon.config
Methods in io.helidon.config that return Config.Context Modifier and Type Method Description default Config.Context
Config. context()
Returns theContext
instance associated with the currentConfig
node that allows the application to access the last loaded instance of the node or to request that the entire configuration be reloaded.
-