| Interface | Description |
|---|---|
| ConfigFactory | Deprecated
This interface should no longer be used.
|
| ConfigLogging | |
| ConfigMappingMetadata | |
| ConfigMappingObject |
An interface implemented internally by configuration object implementations.
|
| ConfigSourceContext |
Exposes contextual information on the ConfigSource initialization via
ConfigSourceFactory. |
| ConfigSourceFactory |
This
ConfigSourceFactory allows to initialize a ConfigSource, with access to the current
ConfigSourceContext. |
| 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.
|
| ConfigMappingContext |
A mapping context.
|
| ConfigMappingLoader | |
| ConfigMappings | |
| ConfigMappings.ConfigMappingWithPrefix | |
| ConfigMessages_$bundle |
Warning this class consists of generated code.
|
| ConfigSourceMap |
A
Map<String, String> which is backed by a ConfigSource. |
| ConfigurableConfigSource | |
| ConfigValidationException.Problem | |
| 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.
|
| DefaultValuesConfigSource | |
| EnvConfigSource | |
| ExpressionConfigSourceInterceptor | |
| Expressions | |
| FallbackConfigSourceInterceptor | |
| KeyMap<V> |
A multi-level key map.
|
| KeyMapBackedConfigSource | |
| LoggingConfigSourceInterceptor | |
| MapBackedConfigValueConfigSource | |
| NameIterator |
An iterator for property name strings.
|
| 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 |
| Exception | Description |
|---|---|
| ConfigValidationException |
An exception which is thrown when a configuration validation problem occurs.
|
| Annotation Type | Description |
|---|---|
| ConfigMapping |
This annotation may be placed in interfaces to group configuration properties with a common prefix.
|
| WithConverter |
Specify the converter to use to convert the annotated type.
|
| WithDefault |
Specify the default value of a property.
|
| WithName |
The name of the configuration property or group.
|
| WithParentName |
Use the parent's configuration name.
|
Copyright © 2018–2020. All rights reserved.