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 | |
ApplicationPropertiesConfigSource.MpConfigInJar |
Config that makes sure that the MP config in the application takes precedence over any other on the class path
|
ArrayListFactory<T> |
A helper class to produce a right-sized array list.
|
CidrAddressConverter |
A converter which converts a CIDR address into an instance of
CidrAddress . |
ConfigDiagnostic |
Utility methods to log configuration problems.
|
ConfigExpander |
A property value expander that works with
Config . |
ConfigInstantiator |
Utility class for manually instantiating a config object
|
ConfigUtils | |
ConfigUtils.DotEnvConfigSource | |
ConfigUtils.EnvConfigSource | |
ConfigUtils.SysPropConfigSource | |
ConverterClassHolder | |
ConverterSupport |
This small utility class holds constants relevant to configuration converters.
|
DeploymentProfileConfigSource |
A configuration source which supports deployment profiles.
|
DeploymentProfileConfigSource.Ser | |
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 . |
ExpandingConfigSource.Ser | |
FastCachedConfigSource |
A configuration source that copies all the keys from another configuration source and then
drops any reference to it.
|
HashSetFactory<T> |
A helper class to produce a right-sized hash set.
|
HyphenateEnumConverter<E extends Enum<E>> |
A converter for hyphenated enums.
|
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 . |
LocaleConverter |
A converter to support locales.
|
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.
|
QuarkusConfigFactory |
The simple Quarkus implementation of
SmallRyeConfigFactory . |
RegexConverter |
A converter to support regular expressions.
|
Substitutions | |
Substitutions.Target_ConfigExpander | |
Substitutions.Target_ConfigurationProviderResolver | |
Substitutions.Target_ExpandingConfigSource |
Exception | Description |
---|---|
ConfigurationException |
An exception indicating that a configuration failure has occurred.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.