All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractRawDefaultConfigSource |
The base class for the config source that yields the 'raw' default values.
|
| Aliased |
An enum that has multiple possible textual representations.
|
| AppCDSUtil |
|
| Application |
The application base class, which is extended and implemented by a generated class which implements the application
setup logic.
|
| ApplicationConfig |
|
| ApplicationLifecycleManager |
Manages the lifecycle of a Quarkus application.
|
| ApplicationLifecycleManager.ShutdownHookThread |
|
| ApplicationPropertiesConfigSourceLoader |
|
| ApplicationPropertiesConfigSourceLoader.InClassPath |
|
| ApplicationPropertiesConfigSourceLoader.InFileSystem |
|
| ArrayListFactory<T> |
A helper class to produce a right-sized array list.
|
| AsyncConfig |
|
| AsyncConfig$$accessor |
|
| AwtFeature |
Technically, this should live in extensions/awt,
but currently all code that relies on JAXB
requires at the very least sun.java2d package to be runtime initialized.
|
| BannerFormatter |
|
| BannerRecorder |
|
| BannerRuntimeConfig |
|
| BlockingOperationControl |
|
| BlockingOperationNotAllowedException |
Exception that is thrown when a blocking operation is performed on the IO thread.
|
| BlockingOperationRecorder |
|
| CategoryBuildTimeConfig |
|
| CategoryConfig |
|
| CategoryConfig$$accessor |
|
| 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.
|
| ClassDefinerSubstitutions |
|
| ClassDefinerSubstitutions.Target_io_smallrye_common_classloader_ClassDefiner |
|
| ClassPathUtils |
|
| CleanupFilterConfig |
|
| ColorSupport |
|
| CommandLineArguments |
A qualifier that can be used to inject the command line arguments.
|
| CommandLineRuntimeConfig |
This configuration class is here to avoid warnings when using -Dquarkus.args=....
|
| ConfigConfig |
We don't really use this, because these are configurations for the config itself, so it causes a chicken / egg
problem, but we have it so the configurations can be properly documented.
|
| ConfigDiagnostic |
Utility methods to log configuration problems.
|
| ConfigDocMapKey |
A marker indicating a user friendly documentation key for the Map type.
|
| ConfigDocSection |
A marker indicating that the configuration item ConfigItem should be generated as a section.
|
| ConfigGroup |
Indicates that a given class can be injected as a configuration object.
|
| ConfigInstantiator |
Utility class for manually instantiating a config object
|
| ConfigItem |
A single container configuration item.
|
| ConfigPhase |
|
| ConfigRecorder |
|
| ConfigRoot |
Indicate that the given item is a configuration root.
|
| ConfigSourceFactoryProvider |
|
| ConfigurationException |
An exception indicating that a configuration failure has occurred.
|
| ConfigurationRuntimeConfig |
|
| ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntime |
|
| ConfigurationSubstitutions |
|
| 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.
|
| ConsoleConfig |
|
| ConsoleConfig$$accessor |
|
| ConsoleRuntimeConfig |
|
| ConstructorReplacement |
|
| ConverterClassHolder |
|
| ConverterSupport |
This small utility class holds constants relevant to configuration converters.
|
| ConvertWith |
Defines a Converter to be used for conversion of a config property.
|
| DefaultConverter |
Indicates that a config item should be converted using a default converter: built-in/implicit converters or a custom
converter.
|
| DiagnosticPrinter |
A signal handler that prints diagnostic thread info to standard output.
|
| DiagnosticPrinter.Target_PosixJavaThreads |
|
| DisabledSSLContext |
|
| DurationConverter |
|
| ExceptionUtil |
|
| ExecutorRecorder |
|
| FastCachedConfigSource |
A configuration source that copies all the keys from another configuration source and then
drops any reference to it.
|
| FileConfig |
|
| FileConfig.RotationConfig |
|
| FileConfig$$accessor |
|
| FileConfig$RotationConfig$$accessor |
|
| HashSetFactory<T> |
A helper class to produce a right-sized hash set.
|
| HashUtil |
|
| HyphenateEnumConverter<E extends Enum<E>> |
A converter for hyphenated enums.
|
| IgnoreProperty |
Indicates that a field or method should not be considered when attempting to construct a recorded object.
|
| Inet4AnyAccessor |
|
| Inet4AnyCidrAccessor |
|
| Inet4BroadcastAccessor |
|
| Inet4LoopbackAccessor |
|
| Inet6AnyAccessor |
|
| Inet6AnyCidrAccessor |
|
| Inet6LoopbackAccessor |
|
| InetAddressConverter |
|
| InetRunTime |
|
| InetSocketAddressConverter |
A converter which converts a socket address in the form of <host-or-address>[:<port>] into
an instance of InetSocketAddress.
|
| InheritableLevel |
A level that may be inheritable.
|
| InheritableLevel.ActualLevel |
|
| InheritableLevel.Inherited |
|
| IOThreadDetector |
|
| JavaVersionUtil |
|
| JavaVersionUtil.JDK16OrEarlier |
|
| JavaVersionUtil.JDK17OrLater |
|
| LaunchMode |
|
| LevelConverter |
A simple converter for logging levels.
|
| LiveReloadConfig |
|
| LiveReloadConfig$$accessor |
|
| LocaleConverter |
A converter to support locales.
|
| LocalesBuildTimeConfig |
|
| Log |
Copy of BasicLogger.
|
| LogBuildTimeConfig |
|
| LogCleanupFilter |
|
| LogCleanupFilterElement |
|
| LogConfig |
|
| LoggingSetupRecorder |
|
| LoggingSubstitutions |
|
| LogMetricsHandler |
Measures the number of log messages based on logger configurations quarkus.log.level and quarkus.log.category.*.level
|
| LogMetricsHandlerRecorder |
|
| MemorySize |
A type representing data sizes.
|
| MemorySizeConverter |
A converter to support data sizes.
|
| MethodReplacement |
|
| MetricsFactory |
Extensions can create or register metrics using this factory
independent of the enabled metrics provider
|
| MetricsFactory.MetricBuilder |
|
| MetricsFactory.TimeRecorder |
A time recorder that tracks elapsed time using incremental updates
using a duration with a specified time unit.
|
| MetricsFactory.Type |
Registry type or scope.
|
| NameIterator |
|
| NativeImageRuntimePropertiesRecorder |
Native image system properties are not automatically propagated to runtime any more
|
| NormalizeRootHttpPathConverter |
A converter to normalize paths that are considered root of something.
|
| ObjectSubstitution<F,T> |
An interface that can be used to substitute a non-bytecode serializable class
with a replacement.
|
| ParameterReplacement |
|
| 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.
|
| PropertiesUtil |
|
| Quarkus |
The entry point for applications that use a main method.
|
| QuarkusApplication |
|
| QuarkusConfigFactory |
The simple Quarkus implementation of SmallRyeConfigFactory.
|
| QuarkusMain |
The default main class of a Quarkus application.
|
| QuarkusSubstitution |
|
| RecordableConstructor |
Indicates that this constructor should be used to construct the recorded object.
|
| Recorder |
Indicates that the given type is a recorder that is used to record actions to be
executed at runtime.
|
| RegexConverter |
A converter to support regular expressions.
|
| RegisterForReflection |
Annotation that can be used to force a class to be registered for reflection in native image mode
|
| RelaxedValidation |
Indicates that a given recorded parameter should have relaxed validation.
|
| ResourceHelper |
Helper method that is invoked from generated bytecode during image processing
|
| ResourcesFeature |
|
| RuntimeConfigSource |
|
| RuntimeConfigSourceFactory |
|
| RuntimeConfigSourceProvider |
|
| RuntimeOverrideConfigSource |
Config source that is used to handle io.quarkus.bootstrap.app.StartupAction#overrideConfig(java.util.Map)
|
| RuntimeValue<T> |
Represents a proxyable object that can be returned from a bytecode recorder,
and passed between recorders.
|
| ShutdownConfig |
|
| ShutdownContext |
A context that can be passed into runtime recorders that allows for shutdown tasks to be added.
|
| ShutdownContext.CloseRunnable |
|
| ShutdownEvent |
Event that is fired before shutdown.
|
| ShutdownListener |
A listener that can be registered to control the shutdown process and implement
graceful shutdown.
|
| ShutdownListener.ShutdownNotification |
|
| ShutdownRecorder |
|
| SslContextConfiguration |
|
| SslContextConfigurationRecorder |
|
| Startup |
This annotation can be used to initialize a CDI bean at application startup.
|
| StartupContext |
|
| StartupEvent |
Event class that is fired on startup.
|
| StartupTask |
A task that is run on startup.
|
| StaticInitSafe |
Used to mark a ConfigSource,
ConfigSourceProvider or ConfigSourceFactory
as safe to be initialized during STATIC INIT.
|
| StepTiming |
|
| StringUtil |
|
| Substitutions |
|
| Substitutions.Target_ConfigMappingClass |
|
| Substitutions.Target_ConfigMappingInterface |
|
| Substitutions.Target_ConfigMappingLoader |
|
| Substitutions.Target_ConfigurationProviderResolver |
|
| Substitutions.Target_Expressions |
|
| SyslogConfig |
|
| SyslogConfig$$accessor |
|
| Target_io_quarkus_runtime_configuration_QuarkusConfigFactory |
|
| Target_io_quarkus_runtime_logging_InitialConfigurator |
|
| Target_io_smallrye_config_SmallRyeConfigProviderResolver |
|
| Target_java_io_ObjectStreamClass |
|
| Target_java_io_ObjectStreamClass.GraalVM20OrEarlier |
|
| Target_java_util_logging_Logger |
|
| Target_javax_management_JMX |
|
| Target_javax_net_ssl_SSLContext |
|
| Target_org_jboss_logmanager_LoggerNode |
|
| Target_org_slf4j_LoggerFactory |
|
| Target_org_wildfly_common_net_CidrAddress |
|
| Target_org_wildfly_common_net_CidrAddress.CidrAddressUtil |
|
| Target_org_wildfly_common_net_Inet |
|
| Target_sun_java2d_cmm_lcms_LCMS |
|
| Target_sun_java2d_cmm_lcms_LCMS_JDK17 |
|
| Target_sun_java2d_cmm_lcms_LCMS_JDK17.LCMSImageLayout |
|
| Target_sun_java2d_cmm_lcms_LCMS_JDK17.LCMSProfile |
|
| Target_sun_java2d_cmm_lcms_LCMS_JDK17.LCMSTransform |
|
| Target_sun_java2d_cmm_lcms_LCMS_JDK17.Profile |
|
| Target_sun_java2d_cmm_lcms_LCMS.LCMSImageLayout |
|
| Target_sun_java2d_cmm_lcms_LCMS.LCMSProfile |
|
| Target_sun_java2d_cmm_lcms_LCMS.LCMSTransform |
|
| Target_sun_security_jca_JCAUtil |
|
| TemplateHtmlBuilder |
|
| TestApplicationClassPredicate |
This predicate can be used to distinguish application classes in the test mode.
|
| TestHttpEndpointProvider |
Interface that can be used to integrate with the TestHTTPEndpoint infrastructure
|
| TestScopeSetup |
|
| ThreadPoolConfig |
The core thread pool config.
|
| TimingReplacement |
|
| TlsConfig |
Configuration class allowing to globally set TLS properties.
|
| TopLevelRootConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.profile=someProfile
TODO refactor code to actually use these values
|
| TopLevelRootConfig$$accessor |
|
| TrimmedStringConverter |
|
| WeakReflection |
Weak reflection implementation called from generated bytecode
|
| WeakReflection.Callback |
|
| ZoneIdConverter |
A converter to support ZoneId.
|
| ZoneIdSubstitution |
|