| Package | Description |
|---|---|
| io.smallrye.config |
| Modifier and Type | Method and Description |
|---|---|
ConfigSourceInterceptor |
ConfigSourceInterceptorFactory.getInterceptor(ConfigSourceInterceptorContext context)
Gets the
ConfigSourceInterceptor from the ConfigSourceInterceptorFactory. |
ConfigValue |
LoggingConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ExpressionConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ProfileConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
ConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name)
Intercept the resolution of a configuration name and either return the corresponding
ConfigValue or a
custom ConfigValue built by the interceptor. |
ConfigValue |
SecretKeysConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
RelocateConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
ConfigValue |
FallbackConfigSourceInterceptor.getValue(ConfigSourceInterceptorContext context,
String name) |
Iterator<String> |
ProfileConfigSourceInterceptor.iterateNames(ConfigSourceInterceptorContext context) |
default Iterator<String> |
ConfigSourceInterceptor.iterateNames(ConfigSourceInterceptorContext context)
Intercept the resolution of the configuration names.
|
Iterator<ConfigValue> |
ProfileConfigSourceInterceptor.iterateValues(ConfigSourceInterceptorContext context) |
default Iterator<ConfigValue> |
ConfigSourceInterceptor.iterateValues(ConfigSourceInterceptorContext context)
Intercept the resolution of the configuration
ConfigValue. |
| Constructor and Description |
|---|
ProfileConfigSourceInterceptor(ConfigSourceInterceptorContext context) |
ProfileConfigSourceInterceptor(ConfigSourceInterceptorContext context,
String profileConfigName) |
Copyright © 2018–2020. All rights reserved.