Uses of Class
io.helidon.common.config.ConfigException
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.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ConfigException in io.helidon.common.config
Modifier and TypeMethodDescription<T> ConfigValue
<List<T>> Returns list of specified type.Config.asMap()
Transform all leaf nodes (values) into Map instance.<C extends Config>
ConfigValue<List<C>> Config.asNodeList()
Returns a list of childConfig
nodes if the node isType#OBJECT
.Config.detach()
Returns a copy of theConfig
node with no parent.Returns the single sub-node for the specified sub-key.<T> ConfigValue
<List<T>> Returns this node as a list mapping each list value using the provided mapper.Config.Key.parent()
Returns instance of Key that represents key of parent config node. -
Uses of ConfigException in io.helidon.config
Modifier and TypeClassDescriptionclass
Exception is thrown byConfig
implementations.class
Configuration value mapping exception.final class
Exception representing a specific failures related to a missing configuration value. -
Uses of ConfigException in io.helidon.config.spi
Modifier and TypeClassDescriptionclass
Root class for exceptions thrown during config parsing.