Uses of Class
io.smallrye.config.ConfigValue
Packages that use ConfigValue
-
Uses of ConfigValue in io.smallrye.config
Fields in io.smallrye.config with type parameters of type ConfigValueModifier and TypeFieldDescriptionstatic final Comparator<ConfigValue> ConfigValue.CONFIG_SOURCE_COMPARATORMethods in io.smallrye.config that return ConfigValueModifier and TypeMethodDescriptionConfigValue.ConfigValueBuilder.build()ConfigValueConfigSource.getConfigValue(String propertyName) Return theConfigValuefor the specified property in this configuration source.MapBackedConfigValueConfigSource.getConfigValue(String propertyName) SmallRyeConfig.getConfigValue(String name) Returns theConfigValuefor the specified configuration name from the underlying configuration sources.ProfileConfigSourceInterceptor.getProfileValue(ConfigSourceInterceptorContext context, String normalizeName) ConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) Intercept the resolution of a configuration name and either return the correspondingConfigValueor a customConfigValuebuilt by the interceptor.ExpressionConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) FallbackConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) LoggingConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) ProfileConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) RelocateConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) SecretKeysConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context, String name) ConfigValue.noProblems()Proceeds to the next interceptor in the chain.Re-calls the first interceptor in the chain.ConfigValue.withConfigSourceName(String configSourceName) ConfigValue.withConfigSourceOrdinal(int configSourceOrdinal) ConfigValue.withConfigSourcePosition(int configSourcePosition) ConfigValue.withLineNumber(int lineNumber) ConfigValue.withProblems(List<ConfigValidationException.Problem> problems) ConfigValue.withProfile(String profile) Methods in io.smallrye.config that return types with arguments of type ConfigValueModifier and TypeMethodDescriptionConfigValueConfigSource.ConfigValueMapStringView.entrySet()ConfigValueConfigSource.getConfigValueProperties()Return the properties in this configuration source as a Map of String andConfigValue.MapBackedConfigValueConfigSource.getConfigValueProperties()static Map<String, ConfigValue> PropertiesConfigSource.urlToConfigValueMap(URL locationOfProperties, String name, int ordinal) ConfigValueConfigSource.ConfigValueMapStringView.values()Methods in io.smallrye.config with parameters of type ConfigValueModifier and TypeMethodDescription<T> TSmallRyeConfig.convertValue(ConfigValue configValue, org.eclipse.microprofile.config.spi.Converter<T> converter) Constructor parameters in io.smallrye.config with type arguments of type ConfigValueModifierConstructorDescriptionMapBackedConfigValueConfigSource(String name, Map<String, ConfigValue> propertyMap) Construct a new instance.MapBackedConfigValueConfigSource(String name, Map<String, ConfigValue> propertyMap, int defaultOrdinal) Construct a new instance.