Uses of Class
io.smallrye.config.ConfigValue
-
-
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)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)ConfigValueConfigSourceInterceptorContext. proceed(String name)Proceeds to the next interceptor in the chain.ConfigValueConfigValue. withConfigSourceName(String configSourceName)ConfigValueConfigValue. withConfigSourceOrdinal(int configSourceOrdinal)ConfigValueConfigValue. withConfigSourcePosition(int configSourcePosition)ConfigValueConfigValue. withLineNumber(int lineNumber)ConfigValueConfigValue. withName(String name)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()Iterator<ConfigValue>AbstractMappingConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)default Iterator<ConfigValue>ConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)Intercept the resolution of the configurationConfigValue.Iterator<ConfigValue>ConfigSourceInterceptorContext. iterateValues()Proceeds to the next interceptor in the chain.Iterator<ConfigValue>ProfileConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)Constructor parameters in io.smallrye.config with type arguments of type ConfigValue Constructor Description MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap)MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, boolean copy)Construct a new instance.MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, int defaultOrdinal)MapBackedConfigValueConfigSource(String name, Map<String,ConfigValue> propertyMap, int defaultOrdinal, boolean copy)Construct a new instance.
-