Class | Description |
---|---|
AdditionalApplicationArchiveBuildItem |
An additional application archive.
|
AdditionalApplicationArchiveMarkerBuildItem |
A marker file that if present indicates that a given archive should be treated as an
application archive
|
AdditionalBootstrapConfigSourceProviderBuildItem |
Build item to use when an additional
ConfigSourceProvider needs to be
registered to the Bootstrap Config setup. |
AdditionalClassLoaderResourcesBuildItem | |
AdditionalIndexedClassesBuildItem | |
AnnotationProxyBuildItem |
Create annotation proxies that can be used as
Recorder parameters. |
ApplicationArchivesBuildItem | |
ApplicationClassNameBuildItem | |
ApplicationClassPredicateBuildItem |
Makes it possible to identify wiring classes generated for classes from additional hot deployment paths.
|
ApplicationIndexBuildItem |
The Jandex index of the application root
|
ApplicationInfoBuildItem | |
ApplicationStartBuildItem |
A symbolic class that is produced after the startup event has been fired.
|
ArchiveRootBuildItem | |
ArchiveRootBuildItem.Builder | |
BootstrapConfigSetupCompleteBuildItem |
Marker used by Build Steps that consume bootstrap configuration to ensure that they run after the bootstrap config has been
setup
|
BytecodeRecorderObjectLoaderBuildItem | |
BytecodeTransformerBuildItem | |
CapabilityBuildItem |
Represents a technical capability that can be queried by other extensions.
|
ChangedClassesBuildItem |
Represents the differences between classes in a dev mode restart.
|
CombinedIndexBuildItem |
An index of application classes which is built from archives and dependencies that contain a certain marker file.
|
ConfigDescriptionBuildItem |
A build item that is not part of the standard build, but is only used to generate
example config files and docs
|
ConfigurationBuildItem |
The build item which carries the build time configuration.
|
ConfigurationTypeBuildItem |
The configuration type build item.
|
ConsoleFormatterBannerBuildItem | |
DeploymentClassLoaderBuildItem | Deprecated |
EnableAllSecurityServicesBuildItem | |
ExecutorBuildItem |
The main executor for blocking tasks
|
ExtensionSslNativeSupportBuildItem | |
FeatureBuildItem |
Represents a functionality provided by an extension.
|
GeneratedClassBuildItem | |
GeneratedFileSystemResourceBuildItem |
Used when resources generated by the build should not end up in the produced runnable artifact,
but in the file system inside the output directory of OutputTargetBuildItem.
|
GeneratedFileSystemResourceHandledBuildItem |
Marker used only to ensure that the file system resources where properly written in dev-mode
|
GeneratedNativeImageClassBuildItem |
A generated class that is only applicable to native images
|
GeneratedResourceBuildItem | |
HotDeploymentWatchedFileBuildItem |
A file that if modified may result in a hot redeployment when in the dev mode.
|
IndexDependencyBuildItem |
Build item that defines dependencies that should be indexed.
|
IOThreadDetectorBuildItem |
A build items provides the ability to detect if the current thread is an IO thread
|
JavaLibraryPathAdditionalPathBuildItem | |
JniBuildItem | |
LaunchModeBuildItem |
indicates the type of launch
|
LiveReloadBuildItem |
A build item that can be used to query the live reload state.
|
LogCategoryBuildItem |
Establish the default log level of a log category.
|
LogConsoleFormatBuildItem |
The log console format build item.
|
LogHandlerBuildItem |
A build item for adding additional logging handlers.
|
MainBytecodeRecorderBuildItem | |
MainClassBuildItem | |
ManagedExecutorInitializedBuildItem | Deprecated
This build item should not be needed anymore and will be removed at some point after Quarkus 1.7.
|
NamedLogHandlersBuildItem |
A build item for adding additional named logging handlers.
|
NativeImageEnableAllCharsetsBuildItem | |
NativeImageEnableAllTimeZonesBuildItem | Deprecated |
ObjectSubstitutionBuildItem |
Used to capture object substitution information for non-serializable classes
|
ObjectSubstitutionBuildItem.Holder<F,T> |
Holder to keep type info around for compiler
|
ProxyUnwrapperBuildItem |
A build item that can be used to unwrap CDI or other proxies
|
QuarkusApplicationClassBuildItem | |
QuarkusBuildCloseablesBuildItem | |
RawCommandLineArgumentsBuildItem |
A build item that represents the raw command line arguments as they were passed to the application.
|
RuntimeConfigSetupCompleteBuildItem |
Marker used by Build Steps that consume runtime configuration to ensure that they run after the runtime config has been setup
|
RunTimeConfigurationDefaultBuildItem |
A build item which specifies a configuration default value for run time, which is used to establish a default other
than the one given for
ConfigItem.defaultValue() . |
RunTimeConfigurationProxyBuildItem |
A build item that carries all the "fake" run time config objects for use by recorders.
|
RunTimeConfigurationSourceBuildItem |
Define an additional configuration source which is used at run time.
|
RunTimeConfigurationSourceValueBuildItem |
This is a special build item that is intended to be used only to support bootstrap configuration in the following manner:
A build step produces this BuildItem with a
RuntimeValue<ConfigSourceProvider> a payload that is obtained by
calling
a (RUNTIME_INIT ) recorder. |
ServiceStartBuildItem |
A symbolic class that represents a service start.
|
ShutdownContextBuildItem |
A build item that can be used to register shutdown tasks in runtime recorders.
|
ShutdownListenerBuildItem | |
SslNativeConfigBuildItem | |
StaticBytecodeRecorderBuildItem | |
SystemPropertyBuildItem |
Represents a system property that will be set immediately on application startup.
|
TestAnnotationBuildItem |
This is an optional build item that allows us to track annotations that will define test classes
It is only available during tests
|
TestClassBeanBuildItem |
This is an optional build item that allows us to track additional test classes that will become beans.
|
TestClassPredicateBuildItem |
This is an optional build item that allows extensions to distinguish test classes from application classes.
|
TransformedClassesBuildItem |
The results of applying bytecode transformation to a class.
|
TransformedClassesBuildItem.TransformedClass | |
WiringClassBuildItem |
A generated wiring class
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.