| 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 |
|
| BannerRecorder |
|
| BannerRuntimeConfig |
|
| BlockingOperationControl |
|
| BlockingOperationRecorder |
|
| 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.
|
| ExecutorRecorder |
|
| LiveReloadConfig |
|
| LiveReloadConfig$$accessor |
|
| LocalesBuildTimeConfig |
|
| NativeImageRuntimePropertiesRecorder |
Native image system properties are not automatically propagated to runtime anymore.
|
| Quarkus |
The entry point for applications that use a main method.
|
| ResourceHelper |
Helper method that is invoked from generated bytecode during image processing
|
| RuntimeValue<T> |
Represents a proxyable object that can be returned from a bytecode recorder,
and passed between recorders.
|
| ShutdownContext.CloseRunnable |
|
| ShutdownEvent |
Event that is fired before shutdown.
|
| StartupContext |
|
| StartupEvent |
Event class that is fired on startup.
|
| TemplateHtmlBuilder |
|
| ThreadPoolConfig |
The core thread pool config.
|
| 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 |
|