All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AccessorFinder |
|
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 |
|
AdditionalClassLoaderResourcesBuildStep |
|
AdditionalIndexedClassesBuildItem |
Allows extensions to add classes to the index available via CombinedIndexBuildItem
The classes are loaded by the Deployment ClassLoader
|
AdditionalSubstitutionsBuildStep |
|
AeshConsole |
|
AllowJNDIBuildItem |
Build item that will allow the use of JNDI by default.
|
AlwaysFalsePredicate<T> |
|
AnnotationProxyBuildItem |
Create annotation proxies that can be used as Recorder parameters.
|
AnnotationProxyBuildStep |
|
AnnotationProxyProvider |
|
AnnotationProxyProvider.AnnotationProxy |
|
AppCDSBuildStep |
|
AppCDSBuildStep.AppCDSRequired |
|
AppCDSContainerImageBuildItem |
Indicates that a specific container image should be used to generate the AppCDS file
|
AppCDSControlPointBuildItem |
If this build item is generated, then it means that there is a recorder step that can be used as a point at which
the application loading during AppCDS generation can be stopped safely, therefore allowing Quarkus to not have to
stop loading the application in the static init phase which is the default approach for AppCDS generation.
|
AppCDSRequestedBuildItem |
Build item to indicate to the various steps that AppCDS generation
has been requested
|
AppCDSResultBuildItem |
A build item containing the result of the AppCDS generation process
|
ApplicationArchive |
Represents an archive that is part of application code.
|
ApplicationArchiveBuildStep |
|
ApplicationArchiveBuildStep.IndexDependencyConfiguration |
|
ApplicationArchiveBuildStep$$accessor |
|
ApplicationArchiveBuildStep$IndexDependencyConfiguration$$accessor |
|
ApplicationArchiveImpl |
|
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
|
ApplicationIndexBuildStep |
|
ApplicationInfoBuildItem |
|
ApplicationInfoBuildStep |
|
ApplicationStartBuildItem |
A symbolic class that is produced after the startup event has been fired.
|
AppModelProviderBuildItem |
|
ArchiveRootBuildItem |
|
ArchiveRootBuildItem.Builder |
|
ArrayOf |
|
ArtifactInfoUtil |
|
ArtifactResultBuildItem |
Represents a runnable artifact, such as an uberjar or thin jar.
|
AsmUtil |
A collection of ASM and Jandex utilities.
|
AugmentActionImpl |
The augmentation task that produces the application.
|
AugmentActionImpl.BuildTask |
A task that can be used in isolated environments to do a build
|
BannerConfig |
|
BannerProcessor |
|
BlockingOperationControlBuildStep |
|
BooleanSupplierFactoryBuildItem |
|
BootstrapConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.debug.reflection=true
|
BootstrapConfig.MisalignedPlatformImports |
|
BootstrapConfig$$accessor |
|
BootstrapConfigSetupBuildStep |
|
BootstrapConfigSetupCompleteBuildItem |
Marker used by Build Steps that consume bootstrap configuration to ensure that they run after the bootstrap config has been
set up.
|
BuildProducer<T extends BuildItem> |
An interface that can be injected to produce BuildItem instances
This can be injected into either a field or method parameter.
|
BuildProducerImpl<T extends BuildItem> |
Producer class used by the source generated from the annotation processor
|
BuildStep |
Indicates that a given method is a build step that is run at deployment time to
create the runtime output.
|
BuildSteps |
Applies configuration to all build steps defined in the same class.
|
BuildSystemTargetBuildItem |
The build systems target directory.
|
BuildTimeConfigurationReader |
A configuration reader.
|
BuildTimeConfigurationReader.ReadResult |
|
BuildTimeConfigurationReader.ReadResult.Builder |
|
BytecodeRecorderConstantDefinitionBuildItem |
The definition of a constant
that can be injected into recorders via their @Inject -annotated constructor.
|
BytecodeRecorderImpl |
A class that can be used to record invocations to bytecode so they can be replayed later.
|
BytecodeRecorderImpl.BytecodeInstruction |
|
BytecodeRecorderImpl.ConstantHolder<T> |
|
BytecodeRecorderImpl.FixedMethodContext |
|
BytecodeRecorderImpl.InstructionGroup |
A group of instructions that will always be executed in the same method
|
BytecodeRecorderImpl.MethodContext |
|
BytecodeRecorderImpl.NewInstance |
|
BytecodeRecorderImpl.NonDefaultConstructorHolder |
|
BytecodeRecorderImpl.ReturnedProxy |
|
BytecodeRecorderImpl.SerializationStep |
A step that must be executed to serialize a complex object
|
BytecodeRecorderImpl.SplitMethodContext |
class responsible for splitting the bytecode into smaller methods, to make sure that even large objects and large
numbers of invocations do not put us over the method limit.
|
BytecodeRecorderImpl.StoredMethodCall |
|
BytecodeRecorderImpl.SubstitutionHolder |
|
BytecodeRecorderObjectLoaderBuildItem |
|
BytecodeTransformerBuildItem |
|
BytecodeTransformerBuildItem.Builder |
|
Capabilities |
This build items holds the set of registered capabilities.
|
Capability |
Represents a capability of a core extension.
|
CapabilityAggregationStep |
|
CapabilityAggregationStep.CapabilitiesConfiguredInDescriptorsBuildItem |
|
CapabilityBuildItem |
Represents a technical capability that can be queried by other extensions.
|
ChangedClassesBuildItem |
Represents the differences between classes in a dev mode restart.
|
ChangedClassesBuildStep |
|
ClassComparisonUtil |
|
ClassDefinition |
|
ClassDefinition.Builder |
|
ClassDefinition.ClassMember |
|
ClassDefinition.ClassMember.Specification |
|
ClassDefinition.GroupMember |
|
ClassDefinition.GroupMember.Specification |
|
ClassDefinition.ItemMember |
|
ClassDefinition.ItemMember.Specification |
|
ClassDefinition.LeafMember |
|
ClassDefinition.LeafMember.Specification |
|
ClassDefinition.MapMember |
|
ClassDefinition.MapMember.Specification |
|
ClassLoadingConfig |
WARNING: This is not normal quarkus config, this is only read from application.properties.
|
ClassOutputUtil |
Utility that dumps bytes from a class to a file - useful for debugging generated classes
|
ClassScanResult |
|
ClassTransformingBuildStep |
|
CodeGenContext |
|
CodeGenData |
|
CodeGenerator |
|
CodeGenProvider |
Service providers for this interface are triggered during generate-sources phase of build of Quarkus applications
|
CodeGenWatcher |
|
CollectionClassProcessor |
|
CollectionOf |
|
CombinedIndexBuildItem |
An index of application classes which is built from archives and dependencies that contain a certain marker file.
|
CombinedIndexBuildStep |
|
CommandLineUtil |
This class contains code coming from org.apache.maven.shared.utils.cli.CommandLineUtils.
|
CompilationProvider |
|
CompilationProvider.Context |
|
CompiledJavaVersionBuildItem |
|
CompiledJavaVersionBuildItem.JavaVersion |
|
CompiledJavaVersionBuildItem.JavaVersion.Known |
|
CompiledJavaVersionBuildItem.JavaVersion.Status |
|
CompiledJavaVersionBuildItem.JavaVersion.Unknown |
|
CompiledJavaVersionBuildStep |
|
CompilerFlags |
A set of compiler flags for javac.
|
ConfigBuildSteps |
|
ConfigBuildSteps$$accessor |
|
ConfigBuildTimeConfig |
|
ConfigClassBuildItem |
|
ConfigClassBuildItem.Kind |
|
ConfigDescriptionBuildItem |
A build item that is not part of the standard build, but is only used to generate
example config files and docs
|
ConfigDescriptionBuildStep |
|
ConfigDescriptionBuildStep.EffectiveConfigTypeAndValues |
|
ConfigGenerationBuildStep |
|
ConfigMappingBuildItem |
|
ConfigMappingUtils |
|
ConfigPatternMap<T> |
A pattern-matching mapping of configuration key pattern to value.
|
ConfigPatternMap.PatternIterator<T> |
|
ConfigPropertiesBuildItem |
|
ConfigurationBuildItem |
The build item which carries the build time configuration.
|
ConfigurationError |
Deprecated. |
ConfigurationTypeBuildItem |
The configuration type build item.
|
ConfigureDisableInstrumentationBuildStep |
|
ConsoleCliManager |
|
ConsoleCommand |
|
ConsoleCommand.HelpState |
|
ConsoleCommandBuildItem |
|
ConsoleConfig |
|
ConsoleFormatterBannerBuildItem |
|
ConsoleHelper |
|
ConsoleInstalledBuildItem |
Build item that signifies that the interactive console is ready.
|
ConsoleProcessor |
|
ConsoleProcessor.HelpCommand |
|
ConsoleProcessor.QuitCommand |
|
ConsoleStateManager |
|
ConsoleStateManager.Holder |
|
ConstPoolPredicate |
|
ConstPoolScanner |
|
ConstructorPropertiesProcessor |
Registers all classes for reflection,
that contain a constructor annotated with @java.beans.ConstructorProperties .
|
Consume |
Declare that this step comes after the given build item is produced.
|
Consume.List |
|
Container |
A container for a configuration key path.
|
ContainerInfo |
|
ContainerInfo.ContainerPort |
|
ContextHandlerBuildItem |
|
ContinuousTestingSharedStateListener |
|
ConverterType |
|
CuratedApplicationShutdownBuildItem |
Build Item that can be used to queue shutdown tasks that are run when the CuratedApplication
is closed.
|
CurateOutcomeBuildItem |
|
CurateOutcomeBuildStep |
|
CurateOutcomeBuildStep$$accessor |
|
CurrentClassState |
|
CurrentClassState.CurrentModuleState |
|
CurrentTestApplication |
This class is a bit of a hack, it provides a way to pass in the current curratedApplication into the TestExtension
|
DebugConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.debug.reflection=true
TODO refactor code to actually use these values
|
DebugConfig$$accessor |
|
DefaultRemoteDevClient |
A noop remote dev client, that just polls every second to update the app
This is useful if you are using an external tool such as odo to update your remote pod.
|
DefaultValuesConfigurationSource |
|
Definition |
A configuration definition.
|
Definition.Builder |
|
Definition.Member |
|
DelegateConnection |
Fake connection that can be used to stop a running aesh instance
If you create a console with one of these and then close it Aesh will assume the program is done and exit
|
DeploymentResultBuildItem |
|
DevModeBuildStep |
|
DevModeBuildStep$$accessor |
|
DevModeContext |
Object that is used to pass context data from the plugin doing the invocation
into the dev mode process using java serialization.
|
DevModeContext.CompilationUnit |
|
DevModeContext.ModuleInfo |
|
DevModeContext.ModuleInfo.Builder |
|
DevModeListener |
SPI that can be used by extensions that need to run code in various phases of dev mode
|
DevModeMain |
The main entry point for the dev mojo execution
|
DevModeTask |
|
DevModeTask.PostExtractAction |
|
DevServiceDescriptionBuildItem |
|
DevServicesAdditionalConfigBuildItem |
An additional configuration property to set when a dev service sets another, specific configuration property.
|
DevServicesAdditionalConfigBuildItem.DevServicesAdditionalConfigProvider |
|
DevServicesConfigBuildStep |
|
DevServicesConfigBuildStep$$accessor |
|
DevServicesConfigResultBuildItem |
Deprecated.
|
DevServicesLauncherConfigResultBuildItem |
Build item that contains the final results of all
|
DevServicesNativeConfigResultBuildItem |
Deprecated. |
DevServicesResultBuildItem |
BuildItem for running dev services
Combines injected configs to the application with container id (if it exists).
|
DevServicesResultBuildItem.RunningDevService |
|
DevServicesSharedNetworkBuildItem |
A marker build item that, if any instances are provided during the build, the containers started by DevServices
will use a shared network.
|
DevServicesSharedNetworkBuildItem.Factory |
|
DisableInstrumentationForClassPredicateBuildItem |
Allows disabling of instrumentation based reload if the changed class matches certain criteria
|
DisableInstrumentationForIndexPredicateBuildItem |
Allows disabling of instrumentation based reload if the index of changed classes matches certain criteria
|
DockerStatusBuildItem |
|
DockerStatusProcessor |
|
EffectiveIdeBuildItem |
Contains the IDE to be opened when a request to open a class is made
|
EnableAllSecurityServicesBuildItem |
Deprecated.
|
ErrorReplacingProcessReader |
Substrate prints incomprehensible and useless 'potential call paths' that look like stack traces
|
ExceptionNotificationBuildItem |
Allows for a handler to be registered when exceptions are logged.
|
ExcludeConfigBuildItem |
A build item that allows extension to configure the native-image compiler to effectively
ignore certain configuration files in specific jars.
|
ExcludeDependencyBuildItem |
Build item that defines dependencies that should not be indexed.
|
ExecUtil |
|
ExecutionTime |
Enum that specifies at what time generated bytecode should be run
|
ExecutorBuildItem |
The main executor for blocking tasks
|
ExtensionLoader |
Utility class to load build steps, runtime recorders, and configuration roots from a given extension class.
|
ExtensionSslNativeSupportBuildItem |
|
Feature |
Represents a feature provided by a core extension.
|
FeatureBuildItem |
Represents a functionality provided by an extension.
|
FieldContainer |
|
FileChangeCallback |
Callback for file system change events
|
FileChangeEvent |
The event object that is fired when a file system change is detected.
|
FileChangeEvent.Type |
Watched file event types.
|
FileSystemResourcesBuildStep |
|
FileUtil |
|
ForceNonWeakReflectiveClassBuildItem |
Forces classes that have been registered for reflection using weak semantics, to revert to normal reflection registration
semantics.
|
ForkJoinClassLoading |
|
ForkJoinPoolProcessor |
|
FSWatchUtil |
|
FSWatchUtil.Watcher |
|
GeneratedClassBuildItem |
|
GeneratedClassGizmoAdaptor |
|
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 |
|
GlobalDevServicesConfig |
|
GlobalDevServicesConfig.Enabled |
|
GlobalDevServicesConfig$$accessor |
|
GlobUtil |
Deprecated.
|
GraalVM |
|
GraalVM.Distribution |
|
GraalVM.Version |
|
GroupDefinition |
|
GroupDefinition.Builder |
|
HotDeploymentWatchedFileBuildItem |
A file that if modified may result in a hot redeployment when in the dev mode.
|
HotDeploymentWatchedFileBuildStep |
|
HtmlAnsiOutputStream |
|
Ide |
|
IdeConfig |
|
IdeConfig.Target |
|
IdeConfig$$accessor |
|
IDEDevModeMain |
|
IdeFileBuildItem |
Contains the set of IDEs that could be potentially linked to project based
on the files present in the project
|
IdeProcessor |
|
IdeRunningProcessBuildItem |
Contains the set of IDEs that are running as processes
|
IdeUtil |
|
IndexDependencyBuildItem |
Build item that defines dependencies that should be indexed.
|
IndexDependencyConfig |
|
IndexingUtil |
|
IndexWrapper |
This wrapper is used to index JDK classes on demand.
|
InjectIntoClassloaderClassOutput |
A Gizmo ClassOutput that is able to inject the bytecode directly into the classloader
The ClassLoader passed to the constructor MUST contain a public visibleDefineClass method
This ensures that generating proxies works in any JDK version
|
InlineBeforeAnalysisBuildItem |
If present, will force the addition of the -H:+InlineBeforeAnalysis flag during native image build
|
IOThreadDetectorBuildItem |
A build items provides the ability to detect if the current thread is an IO thread
|
IoUtil |
|
IsDevelopment |
boolean supplier that returns true if the application is running in development
mode.
|
IsDockerWorking |
|
IsDockerWorking.IsDockerRunningSilent |
|
IsNormal |
boolean supplier that returns true if the application is running in normal
mode.
|
IsNormalNotRemoteDev |
boolean supplier that returns true if the application is running in normal
mode, but is not a remote dev client.
|
IsolatedDevModeMain |
|
IsolatedRemoteDevModeMain |
The main entry point for the local (developer side) of remote dev mode
|
IsolatedTestModeMain |
The main entry point of quarkus:test
|
IsRemoteDevClient |
boolean supplier that returns true if the application is the local side
of remote dev mode.
|
IsTest |
boolean supplier that returns true if the application is running in test
mode.
|
JandexUtil |
A collection of Jandex utility methods.
|
JarBuildItem |
|
JarResultBuildStep |
This build step builds both the thin jars and uber jars.
|
JarResultBuildStep.JarRequired |
|
JavaBeanUtil |
|
JavaCompilationProvider |
|
JavaLibraryPathAdditionalPathBuildItem |
|
JBangAugmentorImpl |
|
JniBuildItem |
|
JniProcessor |
|
JniProcessor.JniConfig |
|
JniProcessor$$accessor |
|
JniProcessor$JniConfig$$accessor |
|
JniRuntimeAccessBuildItem |
Used to register a class for JNI runtime access.
|
JPMSExportBuildItem |
A build item that indicates that a Java package should be exported using
'-J--add-exports' option to become visible to native-image
|
JunitTestRunner |
This class is responsible for running a single run of JUnit tests.
|
JunitTestRunner.Builder |
|
JunitTestRunner.DiscoveryResult |
|
LambdaCapturingTypeBuildItem |
Used to register a lambda capturing type in native mode
|
LaunchModeBuildItem |
indicates the type of launch
|
Leaf |
|
LegacyJarRequiredBuildItem |
marker build item that extensions can use to force legacy jar creation
|
LinuxIDUtil |
|
LiveReloadBuildItem |
A build item that can be used to query the live reload state.
|
LocaleProcessor |
In order for a Native image built app to be able to use localized names of e.g.
|
LocaleProcessor.NonDefaultLocale |
We activate additional resources in native-image executable only if user opts
for anything else than what is already the system default.
|
LogCapturingOutputFilter |
|
LogCategoryBuildItem |
Establish the default log level of a log category.
|
LogCategoryMinLevelDefaultsBuildItem |
|
LogCleanupFilterBuildItem |
Declare that a log filter should be applied to the specified loggerName,
provided the message starts with messageStart.
|
LogConsoleFormatBuildItem |
The log console format build item.
|
LogFileFormatBuildItem |
The log file format build item.
|
LoggingResourceProcessor |
|
LoggingResourceProcessor.LevelCompleter |
|
LoggingResourceProcessor.LogCommand |
|
LoggingResourceProcessor.LoggerCompleter |
|
LoggingResourceProcessor.SetLogLevelCommand |
|
LoggingSetupBuildItem |
|
LoggingWithPanacheProcessor |
|
LogHandlerBuildItem |
A build item for adding additional logging handlers.
|
LogStreamBuildItem |
|
LowerBoundCheckOf |
|
MainBytecodeRecorderBuildItem |
|
MainClassBuildItem |
|
MainClassBuildStep |
|
ManifestConfig |
|
MapContainer |
A map container.
|
MessageFormat |
|
MetricsCapabilityBuildItem |
|
MetricsCapabilityBuildItem.MetricsCapability<String> |
|
MetricsFactoryConsumerBuildItem |
A metrics provider will iterate over all MetricsFactory consumers,
allowing them to register metrics via bytecode recording
|
MinMaxValidated |
|
ModuleTestRunner |
|
NamedLogHandlersBuildItem |
A build item for adding additional named logging handlers.
|
NamingConfig |
|
NativeBuild |
Supplier that can be used to only run build steps in the
native build.
|
NativeConfig |
|
NativeConfig.BuilderImageProvider |
Supported Builder Image providers/distributions
|
NativeConfig.Compression |
|
NativeConfig.Debug |
|
NativeConfig.ResourcesConfig |
|
NativeImageAllowIncompleteClasspathAggregateBuildItem |
Do not use directly: use {@see io.quarkus.deployment.builditem.nativeimage.NativeImageAllowIncompleteClasspathBuildItem}
instead.
|
NativeImageAllowIncompleteClasspathAggregateStep |
|
NativeImageAllowIncompleteClasspathBuildItem |
Deprecated. |
NativeImageBuildContainerRunner |
|
NativeImageBuildItem |
|
NativeImageBuildItem.GraalVMVersion |
|
NativeImageBuildLocalContainerRunner |
|
NativeImageBuildLocalRunner |
|
NativeImageBuildRemoteContainerRunner |
|
NativeImageBuildRunner |
|
NativeImageBuildRunner.Result |
|
NativeImageBuildStep |
|
NativeImageConfigBuildItem |
|
NativeImageConfigBuildItem.Builder |
|
NativeImageConfigBuildStep |
|
NativeImageConfigBuildStep$$accessor |
|
NativeImageEnableAllCharsetsBuildItem |
|
NativeImageEnableModule |
Register a JVM module to be enabled via GraalVM's --add-modules
argument.
|
NativeImageFeatureBuildItem |
Represents a GraalVM Feature to be passed to native-image through the --features options.
|
NativeImageFeatureStep |
|
NativeImageFeatureStep.ReflectionInfo |
|
NativeImageProxyDefinitionBuildItem |
A build item that represents a Proxy definition
that will be required in native mode.
|
NativeImageResourceBuildItem |
A build item that indicates that a static resource should be included in the native image
|
NativeImageResourceBundleBuildItem |
Indicates that a resource bundle should be included in the native image
|
NativeImageResourceDirectoryBuildItem |
A build item that indicates that directory resources should be included in the native image
|
NativeImageResourcePatternsBuildItem |
A build item that indicates that a set of resource paths defined by regular expression patterns or globs should be
included in the native image.
|
NativeImageResourcePatternsBuildItem.Builder |
|
NativeImageResourcesStep |
|
NativeImageSecurityProviderBuildItem |
A build item that indicates that a security provider should be included in the native image using
'-H:AdditionalSecurityProviders' option
|
NativeImageSourceJarBuildItem |
A jar that is build to run the native image
|
NativeImageSystemPropertyBuildItem |
A system property that will be set at native image build time
|
NativeMinimalJavaVersionBuildItem |
A build item that indicates the minimal acceptable JDK version
the native-image tool was bundled with.
|
NativeOrNativeSourcesBuild |
Supplier that can be used to only run build steps in the
native or native sources builds.
|
NativeSourcesBuild |
Supplier that can be used to only run build steps in the
native sources build.
|
NioThreadPoolDevModeProcessor |
|
ObjectLoader |
A segment of code generation which produces the necessary instructions to load the given object.
|
ObjectSubstitutionBuildItem |
Used to capture object substitution information for non-serializable classes
|
ObjectSubstitutionBuildItem.Holder<F,T> |
Holder to keep type info around for compiler
|
OptionalOf |
|
OutputFilter |
|
OutputTargetBuildItem |
The location that output artifacts should be created in
TODO: should we just create them in temp directories, and leave it up to the integration to move them where they want?
|
Overridable |
Indicate that the given produced item is produced only if no other steps produce that item.
|
PackageConfig |
|
PackageConfig.FernflowerConfig |
Deprecated, for removal: This API element is subject to removal in a future version. |
PackageConfig.QuiltFlowerConfig |
|
PackageTypeBuildItem |
Build item that extensions must create to register a package type.
|
PackageTypeVerificationBuildStep |
Verifies that the requested package type can actually be produced
|
PatternMapBuilder |
|
PatternValidated |
|
PersistentClassIndex |
|
PlatformConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.platform.group-id=someGroup
TODO refactor code to actually use these values
|
PlatformConfig$$accessor |
|
ProcessInheritIODisabled |
Deprecated.
|
ProcessInheritIODisabled.Factory |
|
ProcessInheritIODisabledBuildItem |
A build item, which indicates that the ProcessBuilder.inheritIO() will not work for processes
launched by build steps and instead the build step will have to explicitly stream the newly launched
process' STDOUT/STDERR, if the data generated on the STDOUT/STDERR of the launched process needs to be
made available
|
ProcessInheritIODisabledBuildItem.Factory |
|
ProcessUtil |
Utility for Process related operations
|
Produce |
Declare that this step comes before the given build items are consumed.
|
Produce.List |
|
ProduceWeak |
Declare that this step comes before the given build items are consumed, but using weak semantics.
|
ProduceWeak.List |
|
ProfileBuildStep |
|
PropertyUtils |
|
PropertyUtils.Property |
|
ProxyConfiguration<T> |
Basic configuration needed to generate a proxy of a class.
|
ProxyFactory<T> |
A factory that can generate proxies of a class.
|
ProxyFactory.MethodKey |
|
ProxyUnwrapperBuildItem |
A build item that can be used to unwrap CDI or other proxies
|
QuarkusApplicationClassBuildItem |
|
QuarkusAugmentor |
|
QuarkusAugmentor.Builder |
|
QuarkusBuildCloseablesBuildItem |
|
QuarkusClassVisitor |
A subclass of ClassVisitor that allows carrying around data
that are useful in the context of Quarkus bytecode transformations.
|
QuarkusClassWriter |
ClassWriter which tries to get around ClassNotFoundExceptions related to reflection usage in
getCommonSuperClass.
|
QuarkusCommand |
|
QuarkusCompiler |
Class that handles compilation of source files
|
QuarkusDevModeLauncher |
|
QuarkusFileManager |
|
QuarkusFileManager.Context |
|
RawCommandLineArgumentsBuildItem |
A build item that represents the raw command line arguments as they were passed to the application.
|
ReaugmentTask |
|
Record |
Indicates that this BuildStep method will also output recorded bytecode.
|
RecordableConstructorBuildItem |
Indicates that the given class should be instantiated with the constructor with the most parameters
when the object is bytecode recorded.
|
RecorderContext |
An injectable utility class that contains methods that can be needed for dealing with recorders.
|
ReflectionDiagnosticProcessor |
writes a list of all reflective classes to META-INF, if the quarkus.debug.reflection system property is set
|
ReflectiveClassBuildItem |
Used to register a class for reflection in native mode
|
ReflectiveClassBuildItem.Builder |
|
ReflectiveClassFinalFieldsWritablePredicateBuildItem |
Used by io.quarkus.deployment.steps.ReflectiveHierarchyStep to determine whether
the final fields of the class should be writable (which they aren't by default)
If any one of the predicates returns true for a class, then ReflectiveHierarchyStep uses that true value
|
ReflectiveFieldBuildItem |
|
ReflectiveHierarchyBuildItem |
Attempts to register a complete type hierarchy for reflection.
|
ReflectiveHierarchyBuildItem.Builder |
|
ReflectiveHierarchyBuildItem.DefaultIgnoreFieldPredicate |
|
ReflectiveHierarchyBuildItem.DefaultIgnoreMethodPredicate |
|
ReflectiveHierarchyBuildItem.DefaultIgnoreTypePredicate |
|
ReflectiveHierarchyBuildItem.IgnoreAllowListedPredicate |
|
ReflectiveHierarchyIgnoreWarningBuildItem |
|
ReflectiveHierarchyIgnoreWarningBuildItem.DotNameExclusion |
|
ReflectiveHierarchyStep |
|
ReflectiveMethodBuildItem |
|
ReflectUtil |
|
RegisterForReflectionBuildStep |
|
ReloadableFileManager |
This reloadable file manager handle the class-paths and file locations of separated file manager instances.
|
ReloadableFileManager.JoinClassLoader |
A class loader that combines multiple class loaders into one.
The classes loaded by this class loader are associated with this class loader,
i.e.
|
RemoteDevClient |
|
RemoteDevClient.SyncResult |
|
RemoteDevClientProvider |
|
RemovedResourceBuildItem |
Represents resources to be removed from a dependency when packaging the application.
|
ReportAnalyzer |
|
ReportAnalyzer.Node |
|
ResourceBundleStep |
|
RootDefinition |
|
RootDefinition.Builder |
|
RunningQuarkusApplicationImpl |
|
RuntimeApplicationShutdownBuildItem |
Build Item that can be used to queue shutdown tasks that are run when the runtime application shuts down.
|
RunTimeConfigBuilderBuildItem |
|
RuntimeConfigSetupBuildStep |
|
RuntimeConfigSetupCompleteBuildItem |
Marker used by Build Steps that consume runtime configuration to ensure that they run after the runtime config has been set
up.
|
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() .
|
RunTimeConfigurationGenerator |
|
RunTimeConfigurationGenerator.GenerateOperation |
|
RunTimeConfigurationGenerator.GenerateOperation.Builder |
|
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.
|
RuntimeInitializedClassBuildItem |
A class that will be initialized at runtime in native mode.
|
RuntimeInitializedPackageBuildItem |
A package that will be initialized at runtime in native mode.
|
RuntimeReinitializedClassBuildItem |
A class that will be reinitialized at runtime in native mode.
|
RuntimeUpdatesProcessor |
|
RuntimeUpdatesProcessor.TimestampSet |
|
ServiceProviderBuildItem |
Represents a Service Provider registration.
|
ServiceStartBuildItem |
A symbolic class that represents a service start.
|
ServiceUtil |
|
SetCompleter |
option completer that takes a simple set of possible values
|
ShutdownContextBuildItem |
A build item that can be used to register shutdown tasks in runtime recorders.
|
ShutdownListenerBuildItem |
|
ShutdownListenerBuildStep |
|
SslNativeConfigBuildItem |
|
SslProcessor |
|
SslProcessor.SslConfig |
|
SslProcessor$$accessor |
|
SslProcessor$SslConfig$$accessor |
|
StartupActionImpl |
|
StartupLogCompressor |
special filter that can be used to compress log messages to a status line
|
StaticBytecodeRecorderBuildItem |
|
StaticFileManager |
This static file manager handle the class-paths and file locations of a single manager instance.
|
StaticInitConfigBuilderBuildItem |
|
StaticInitConfigSourceFactoryBuildItem |
Provides a way to register a ConfigSourceFactory in STATIC INIT.
|
StaticInitConfigSourceProviderBuildItem |
Provides a way to register a ConfigSourceProvider in STATIC INIT.
|
SuppressNonRuntimeConfigChangedWarningBuildItem |
Allows extensions to suppress the runtime warning that Quarkus emits on startup when a non-runtime configuration
options is different at runtime than build time.
|
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.
|
TestClassResult |
|
TestClassUsages |
|
TestConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.test.profile=someProfile or -Dquarkus.test.native-image-profile=someProfile
|
TestConfig.Container |
|
TestConfig.Mode |
|
TestConfig.Profile |
|
TestConfig$$accessor |
|
TestConfig$Container$$accessor |
|
TestConfig$Profile$$accessor |
|
TestConsoleHandler |
|
TestController |
|
TestHandler |
|
TestListener |
|
TestListenerBuildItem |
|
TestResult |
|
TestRunListener |
|
TestRunResults |
|
TestSetupBuildItem |
Virtual build item that is used to signify that a step must be run to set up
continuous testing
|
TestState |
|
TestSupport |
|
TestSupport.RunStatus |
|
TestTracingProcessor |
processor that instruments test and application classes to trace the code path that is in use during a test run.
|
TestTracingProcessor.ExcludePatternCommand |
|
TestTracingProcessor.ExcludeTagsCommand |
|
TestTracingProcessor.IncludePatternCommand |
|
TestTracingProcessor.IncludeTagsCommand |
|
TestTracingProcessor.PatternCommand |
|
TestTracingProcessor.TagCompleter |
|
TestTracingProcessor.TagsCommand |
|
TestTracingProcessor.TestCommand |
|
TestTracingProcessor.TestSelectionCommand |
|
TestTracingProcessor.TracingClassVisitor |
|
TestType |
|
ThreadFactoryBuildItem |
|
ThreadPoolSetup |
|
TransformedClassesBuildItem |
The results of applying bytecode transformation to a class.
|
TransformedClassesBuildItem.TransformedClass |
|
UberJarIgnoredResourceBuildItem |
Ignore resources when building an Uber Jar
|
UberJarMergedResourceBuildItem |
Merge duplicate resources from multiple JARs when building an Uber Jar
|
UberJarRequiredBuildItem |
marker build item that extensions can use to force uber jar creation
|
UnsafeAccessedFieldBuildItem |
|
UnsupportedOSBuildItem |
Native-image might not be supported for a particular
extension on a given OS or architecture.
|
UnsupportedOSBuildItem.Os |
|
UpperBoundCheckOf |
|
UpxCompressedBuildItem |
A marker build item that is used to indicate that UPX compression was performed
|
UpxCompressionBuildStep |
|
UriNormalizationUtil |
Common URI path resolution
|
WatchServiceFileSystemWatcher |
|
Weak |
Indicate that the given produced item is produced only weakly.
|
WebJarUtil |
Deprecated, for removal: This API element is subject to removal in a future version.
|
WebSocketLogHandlerBuildItem |
A build item for adding the dev stream log
|