| Interface | Description |
|---|---|
| Aliased |
An enum that has multiple possible textual representations.
|
| Class | Description |
|---|---|
| AbstractDelegatingConfigSource |
A base class for configuration sources which delegate to other configuration sources.
|
| AbstractRawDefaultConfigSource |
The base class for the config source that yields the 'raw' default values.
|
| ApplicationPropertiesConfigSource |
A configuration source for
application.properties. |
| ApplicationPropertiesConfigSource.InFileSystem | |
| ApplicationPropertiesConfigSource.InJar | |
| ArrayListFactory<T> |
A helper class to produce a right-sized array list.
|
| BuildTimeConfigFactory | |
| CidrAddressConverter |
A converter which converts a CIDR address into an instance of
CidrAddress. |
| ConfigExpander |
A property value expander that works with
Config. |
| ConfigInstantiator |
Utility class for manually instantiating a config object
|
| ConfigUtils | |
| ConverterFactory | Deprecated
For removal once SmallRye #80 is resolved.
|
| ConverterSupport |
This small utility class is a tool which helps populating SmallRye
ConfigBuilder with
Converter implementations loaded from ServiceLoader. |
| DefaultConfigSource |
The default values run time configuration source.
|
| DeploymentProfileConfigSource |
A configuration source which supports deployment profiles.
|
| DurationConverter |
A converter for a
Duration interface. |
| ExpandingConfigSource |
A value-expanding configuration source, which allows (limited) recursive expansion.
|
| ExpandingConfigSource.Cache |
An expression cache to use with
ExpandingConfigSource. |
| FastCachedConfigSource |
A configuration source that copies all the keys from another configuration source and then
drops any reference to it.
|
| InetAddressConverter |
A converter which produces values of type
InetAddress. |
| InetSocketAddressConverter |
A converter which converts a socket address in the form of
<host-or-address>[:<port>] into
an instance of InetSocketAddress. |
| MemorySize |
A type representing data sizes.
|
| MemorySizeConverter |
A converter to support data sizes.
|
| NameIterator | |
| PathConverter |
A converter for a
Path interface. |
| ProfileManager |
Class that is responsible for resolving the current profile
As this is needed immediately after startup it does not use any of the usual build/config infrastructure.
|
| RegexConverter |
A converter to support regular expressions.
|
| SimpleConfigurationProviderResolver |
A simple configuration provider.
|
| Substitutions | |
| Substitutions.Target_ConfigExpander | |
| Substitutions.Target_ConfigProvider | |
| Substitutions.Target_ConfigurationProviderResolver | |
| Substitutions.Target_ExpandingConfigSource | |
| TemporaryConfigSourceProvider |
This is a temporary hack until the class loader mess is worked out.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.