Uses of Class
io.helidon.config.ConfigMappingException
Package
Description
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 ConfigMappingException in io.helidon.config
Modifier and TypeMethodDescription<T> ConfigValue
<List<T>> Returns list of specified type.<T> ConfigValue
<List<T>> Returns this node as a list converting each list value using the provided mapper.Config.asNodeList()
<T> T
Convert a String to a specific type.static ClasspathConfigSource
Initializes config source instance from configuration properties.Initializes config filter instance from configuration properties.static DirectoryConfigSource
Initializes config source instance from configuration properties.static FileConfigSource
Initializes config source instance from configuration properties.Initializes polling strategy instance from configuration properties.static UrlConfigSource
Initializes config source instance from configuration properties.default T
ConfigValue.get()
Typed value of the representedConfig
node. -
Uses of ConfigMappingException in io.helidon.config.spi
Modifier and TypeMethodDescription<T> T
ConfigMapper.map
(Config config, GenericType<T> type) Convert the specifiedConfig
node into the target type specified byGenericType
.<T> T
Converts the specifiedConfig
node to the target type.<T> T
ConfigMapper.map
(String value, GenericType<T> type, String key) Converts the value to the target generic type.<T> T
Converts the value to the target type.