| 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
|
| 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 | |
| ArchiveRootBuildItem | |
| 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 |
Registers an internal feature.
|
| 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 |
A class loader that can be used to load deployment classes without causing
problems with transformers.
|
| EnableAllSecurityServicesBuildItem | |
| ExecutorBuildItem |
The main executor for blocking tasks
|
| ExtensionSslNativeSupportBuildItem | |
| FeatureBuildItem |
Describes 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
|
| 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 | |
| NativeImageEnableAllCharsetsBuildItem | |
| NativeImageEnableAllTimeZonesBuildItem | |
| 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
|
| 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 | |
| SslTrustStoreSystemPropertyBuildItem | |
| 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
|
| 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 © 2020 JBoss by Red Hat. All rights reserved.