Uses of Class
io.smallrye.config.ConfigValue
-
Packages that use ConfigValue Package Description io.smallrye.config -
-
Uses of ConfigValue in io.smallrye.config
Methods in io.smallrye.config that return ConfigValue Modifier and Type Method Description ConfigValueConfigValue.ConfigValueBuilder. build()ConfigValueConfigValueConfigSource. getConfigValue(String propertyName)Return theConfigValuefor the specified property in this configuration source.ConfigValueMapBackedConfigValueConfigSource. getConfigValue(String propertyName)Deprecated, for removal: This API element is subject to removal in a future version.ConfigValueSmallRyeConfig. getConfigValue(String name)ConfigValueProfileConfigSourceInterceptor. getProfileValue(ConfigSourceInterceptorContext context, String normalizeName)ConfigValueConfigSourceContext. getValue(String name)ConfigValueConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)Intercept the resolution of a configuration name and either return the correspondingConfigValueor a customConfigValuebuilt by the interceptor.ConfigValueExpressionConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueFallbackConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueLoggingConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueProfileConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueRelocateConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueSecretKeysConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueSecretKeysHandlerConfigSourceInterceptor. getValue(ConfigSourceInterceptorContext context, String name)ConfigValueConfigValue. noProblems()ConfigValueConfigSourceInterceptorContext. proceed(String name)Proceeds to the next interceptor in the chain.ConfigValueConfigSourceInterceptorContext. restart(String name)Re-calls the first interceptor in the chain.ConfigValueConfigValue. withConfigSourceName(String configSourceName)ConfigValueConfigValue. withConfigSourceOrdinal(int configSourceOrdinal)ConfigValueConfigValue. withConfigSourcePosition(int configSourcePosition)ConfigValueConfigValue. withExtendedExpressionHandler(String extendedExpressionHandler)ConfigValueConfigValue. withLineNumber(int lineNumber)ConfigValueConfigValue. withName(String name)ConfigValueConfigValue. withProblems(List<ConfigValidationException.Problem> problems)ConfigValueConfigValue. withProfile(String profile)ConfigValueConfigValue. withValue(String value)Methods in io.smallrye.config that return types with arguments of type ConfigValue Modifier and Type Method Description Map<String,ConfigValue>ConfigValueConfigSource. getConfigValueProperties()Return the properties in this configuration source as a Map of String andConfigValue.Map<String,ConfigValue>MapBackedConfigValueConfigSource. getConfigValueProperties()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.smallrye.config with parameters of type ConfigValue Modifier and Type Method Description <T> TSmallRyeConfig. convertValue(ConfigValue configValue, org.eclipse.microprofile.config.spi.Converter<T> converter)This method handles converting values for both CDI injections and programatical calls.
Calls for converting non-optional values (Config.getValue(java.lang.String, java.lang.Class<T>)and "Injecting Native Values") should throw anExceptionfor each of the following:
1.Constructor parameters in io.smallrye.config with type arguments of type ConfigValue Constructor Description MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap)Deprecated, for removal: This API element is subject to removal in a future version.MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, boolean copy)Deprecated, for removal: This API element is subject to removal in a future version.Construct a new instance.MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, int defaultOrdinal)Deprecated, for removal: This API element is subject to removal in a future version.MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, int defaultOrdinal, boolean copy)Deprecated, for removal: This API element is subject to removal in a future version.Construct a new instance.
-