Interface | Description |
---|---|
Config |
The Configuration for an application/ClassLoader.
|
ConfigResolver.ConfigChanged<T> |
Callback which can be used with
TypedResolver#onChange(ConfigChanged) |
ConfigResolver.ConfigHelper |
Some utility functions which are useful for implementing own ConfigSources, etc.
|
ConfigResolver.ConfigProvider |
Provide access to the underlying
Config instance. |
ConfigResolver.Converter<T> |
A very simple interface for conversion of configuration values from String to any Java type.
|
ConfigResolver.TypedResolver<T> |
A builder-based typed resolution mechanism for configuration values.
|
ConfigResolver.UntypedResolver<T> |
A builder-based optionally typed resolution mechanism for configuration values.
|
ConfigSnapshot |
A value holder for TypedResolver values which all got resolved in a guaranteed atomic way.
|
DeltaSpikeConfig |
Marker interface for all classes used for dynamic configuration of DeltaSpike itself.
|
PropertyFileConfig |
If you implement this interface, the property files with the given file name will be registered as
ConfigSource s. |
Class | Description |
---|---|
ConfigResolver |
The main entry point to the DeltaSpike configuration mechanism.
|
PropertyLoader |
Utility class to load configuration properties via arbitrary property files in a well defined order.
|
Annotation Type | Description |
---|---|
ConfigProperty |
This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration
mechanism.
|
Configuration |
Marker to let DeltaSpike pick this interface and create a proxy getting values
from the configuration.
|
Filter |
Marker to let DeltaSpike pick automatically the decorated instance
as a ConfigFilter of current CDI module.
|
Source |
Marker to let DeltaSpike pick automatically the decorated instance
as a ConfigSource of current CDI module.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.