Uses of Interface
io.smallrye.config.ConfigSourceInterceptorContext
-
-
Uses of ConfigSourceInterceptorContext in io.smallrye.config
Methods in io.smallrye.config with parameters of type ConfigSourceInterceptorContext Modifier and Type Method Description ConfigSourceInterceptorConfigSourceInterceptorFactory. getInterceptor(ConfigSourceInterceptorContext context)Gets theConfigSourceInterceptorfrom the ConfigSourceInterceptorFactory.ConfigValueProfileConfigSourceInterceptor. getProfileValue(ConfigSourceInterceptorContext context, String normalizeName)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)Iterator<String>AbstractMappingConfigSourceInterceptor. iterateNames(ConfigSourceInterceptorContext context)default Iterator<String>ConfigSourceInterceptor. iterateNames(ConfigSourceInterceptorContext context)Intercept the resolution of the configuration names.Iterator<String>ProfileConfigSourceInterceptor. iterateNames(ConfigSourceInterceptorContext context)Iterator<ConfigValue>AbstractMappingConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)default Iterator<ConfigValue>ConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)Intercept the resolution of the configurationConfigValue.Iterator<ConfigValue>ProfileConfigSourceInterceptor. iterateValues(ConfigSourceInterceptorContext context)Constructors in io.smallrye.config with parameters of type ConfigSourceInterceptorContext Constructor Description ExpressionConfigSourceInterceptor(ConfigSourceInterceptorContext context)ProfileConfigSourceInterceptor(ConfigSourceInterceptorContext context)
-