Uses of Interface
io.smallrye.config.ConfigSourceInterceptorContext
Packages that use ConfigSourceInterceptorContext
-
Uses of ConfigSourceInterceptorContext in io.smallrye.config
Methods in io.smallrye.config with parameters of type ConfigSourceInterceptorContextModifier and TypeMethodDescriptionConfigSourceInterceptorFactory.getInterceptor(ConfigSourceInterceptorContext context) Gets theConfigSourceInterceptorfrom the ConfigSourceInterceptorFactory.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) AbstractMappingConfigSourceInterceptor.iterateNames(ConfigSourceInterceptorContext context) ConfigSourceInterceptor.iterateNames(ConfigSourceInterceptorContext context) Intercept the resolution of the configuration names.ProfileConfigSourceInterceptor.iterateNames(ConfigSourceInterceptorContext context)