Uses of Interface
io.helidon.common.config.ConfigValue
-
Uses of ConfigValue in io.helidon.common.config
Methods in io.helidon.common.config that return ConfigValueModifier and TypeMethodDescription<T> ConfigValue<T>Typed value as aConfigValue.<N> ConfigValue<N>Convert thisConfigValueto a different type using a mapper function.default ConfigValue<Boolean>Config.asBoolean()Boolean typed value.default ConfigValue<Double>Config.asDouble()Double typed value.default ConfigValue<Integer>Config.asInt()Integer typed value.<T> ConfigValue<List<T>>Returns list of specified type.default ConfigValue<Long>Config.asLong()Long typed value.Config.asMap()Transform all leaf nodes (values) into Map instance.default ConfigValue<String>Config.asString()String typed value.<T> ConfigValue<T>Typed value as aConfigValuecreated from factory method.