| Interface | Description |
|---|---|
| ConfigFactory | Deprecated
This interface should no longer be used.
|
| ConfigLogging | |
| ConfigMappingClassMapper | |
| 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. |
| 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.