Uses of Interface
io.helidon.common.config.ConfigValue
Packages that use ConfigValue
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 ConfigValue in io.helidon.common.config
Methods in io.helidon.common.config that return ConfigValueModifier and TypeMethodDescription<T> ConfigValue<T> Deprecated, for removal: This API element is subject to removal in a future version.Typed value as aConfigValue.<N> ConfigValue<N> ConfigValue.as(GenericType<N> type) Deprecated, for removal: This API element is subject to removal in a future version.<N> ConfigValue<N> Deprecated, for removal: This API element is subject to removal in a future version.<N> ConfigValue<N> Deprecated, for removal: This API element is subject to removal in a future version.Convert thisConfigValueto a different type using a mapper function.default ConfigValue<Boolean> Config.asBoolean()Deprecated, for removal: This API element is subject to removal in a future version.Boolean typed value.default ConfigValue<Double> Config.asDouble()Deprecated, for removal: This API element is subject to removal in a future version.Double typed value.default ConfigValue<Integer> Config.asInt()Deprecated, for removal: This API element is subject to removal in a future version.Integer typed value.<T> ConfigValue<List<T>> Deprecated, for removal: This API element is subject to removal in a future version.Returns list of specified type.default ConfigValue<Long> Config.asLong()Deprecated, for removal: This API element is subject to removal in a future version.Long typed value.Config.asMap()Deprecated, for removal: This API element is subject to removal in a future version.Transform all leaf nodes (values) into Map instance.default ConfigValue<? extends Config> Config.asNode()Deprecated, for removal: This API element is subject to removal in a future version.Returns existing current config node asConfigValue.<C extends Config>
ConfigValue<List<C>> Config.asNodeList()Deprecated, for removal: This API element is subject to removal in a future version.Returns a list of childConfignodes if the node isType#OBJECT.default ConfigValue<String> Config.asString()Deprecated, for removal: This API element is subject to removal in a future version.String typed value.<T> ConfigValue<T> Deprecated, for removal: This API element is subject to removal in a future version.Typed value as aConfigValuecreated from factory method.<T> ConfigValue<List<T>> Deprecated, for removal: This API element is subject to removal in a future version.Returns this node as a list mapping each list value using the provided mapper. -
Uses of ConfigValue in io.helidon.config
Subinterfaces of ConfigValue in io.helidon.configMethods in io.helidon.config that return ConfigValueModifier and TypeMethodDescriptiondefault <T> ConfigValue<T> Deprecated, for removal: This API element is subject to removal in a future version.default <T> ConfigValue<List<T>> Deprecated, for removal: This API element is subject to removal in a future version.useConfig.asList(java.util.function.Function)instead
Config.as(java.util.function.Function)instead