| Interface | Description |
|---|---|
| Aliased |
An enum that has multiple possible textual representations.
|
| Class | Description |
|---|---|
| AbstractRawDefaultConfigSource |
The base class for the config source that yields the 'raw' default values.
|
| ApplicationPropertiesConfigSourceLoader | |
| ApplicationPropertiesConfigSourceLoader.InClassPath | |
| ApplicationPropertiesConfigSourceLoader.InFileSystem | |
| ArrayListFactory<T> |
A helper class to produce a right-sized array list.
|
| CharsetConverter |
A converter which converts a Charset string into an instance of
Charset. |
| CidrAddressConverter |
A converter which converts a CIDR address into an instance of
CidrAddress. |
| ConfigChangeRecorder | |
| ConfigDiagnostic |
Utility methods to log configuration problems.
|
| ConfigInstantiator |
Utility class for manually instantiating a config object
|
| ConfigurationRuntimeConfig | |
| ConfigUtils | |
| ConfigUtils.BuildTimeDotEnvConfigSourceProvider |
Same as BuildTimeEnvConfigSource.
|
| ConfigUtils.BuildTimeEnvConfigSource |
We override the EnvConfigSource, because we don't want the nothing back from getPropertiesNames at build time.
|
| ConfigUtils.BuildTimeSysPropConfigSource |
We only want to include properties in the quarkus namespace.
|
| ConverterClassHolder | |
| ConverterSupport |
This small utility class holds constants relevant to configuration converters.
|
| DurationConverter |
A converter for a
Duration interface. |
| 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. |
| QuarkusPropertiesConfigSourceProvider | |
| RegexConverter |
A converter to support regular expressions.
|
| Substitutions | |
| Substitutions.Target_ConfigMappingInterface | |
| Substitutions.Target_ConfigMappingLoader | |
| Substitutions.Target_ConfigurationProviderResolver | |
| Substitutions.Target_Expressions | |
| TrimmedStringConverter | |
| ZoneIdConverter |
A converter to support ZoneId.
|
| Enum | Description |
|---|---|
| ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime |
| Exception | Description |
|---|---|
| ConfigurationException |
An exception indicating that a configuration failure has occurred.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.