| Interface | Description |
|---|---|
| ConfigFactory | Deprecated
This interface should no longer be used.
|
| ConfigLogging | |
| ConfigSourceInterceptor |
The ConfigSourceInterceptor allows to intercept the resolution of a configuration name before the
configuration value is resolved by the Config and before any conversion taking place.
|
| ConfigSourceInterceptorContext |
Exposes contextual information about the intercepted invocation of
ConfigSourceInterceptor. |
| ConfigSourceInterceptorFactory |
This ConfigSourceInterceptorFactory allows to initialize a
ConfigSourceInterceptor, with access to the
current ConfigSourceInterceptorContext. |
| ConfigValueConfigSource |
Extends the original
ConfigSource to expose methods that return a ConfigValue. |
| Class | Description |
|---|---|
| ConfigLogging_$logger |
Warning this class consists of generated code.
|
| ConfigMessages_$bundle |
Warning this class consists of generated code.
|
| ConfigSourceMap |
A
Map<String, String> which is backed by a ConfigSource. |
| ConfigValue |
The ConfigValue is a metadata object that holds additional information after the lookup of a configuration.
|
| ConfigValue.ConfigValueBuilder | |
| ConfigValueMapView |
The ConfigValueMapView is view over a Map of String configs names and ConfigValue value.
|
| ConfigValuePropertiesConfigSource | |
| Converters |
General converter utilities and constants.
|
| EnvConfigSource | |
| ExpressionConfigSourceInterceptor | |
| Expressions | |
| FallbackConfigSourceInterceptor | |
| LoggingConfigSourceInterceptor | |
| MapBackedConfigValueConfigSource | |
| Priorities |
A collection of built-in priority constants for
ConfigSourceInterceptor that are supposed to be
ordered based on their javax.annotation.Priority class-level annotation. |
| ProfileConfigSourceInterceptor | |
| PropertiesConfigSource | |
| PropertiesConfigSourceProvider | |
| RelocateConfigSourceInterceptor | |
| SecretKeys | |
| SecretKeysConfigSourceInterceptor | |
| SmallRyeConfig | |
| SmallRyeConfigBuilder | |
| SmallRyeConfigFactory |
A factory which allows a user-provided strategy for locating, creating, and configuring the configuration instance
which corresponds to a given class loader.
|
| SmallRyeConfigProviderResolver |
Copyright © 2018–2020. All rights reserved.