| Package | Description |
|---|---|
| io.quarkus.arc.deployment | |
| io.quarkus.arc.deployment.configproperties | |
| io.quarkus.arc.deployment.devconsole | |
| io.quarkus.arc.deployment.staticmethods |
| Class and Description |
|---|
| AdditionalBeanBuildItem
This build item is used to specify one or more additional bean classes to be analyzed during bean discovery.
|
| AdditionalBeanBuildItem.Builder |
| AdditionalStereotypeBuildItem
A map of additional stereotype classes to their instances that we want to process.
|
| AnnotationsTransformerBuildItem
Make it possible to add, remove or alter annotations on various components.
|
| ArcConfig |
| ArcDevModeConfig |
| ArcTestConfig |
| AutoAddScopeBuildItem
This build item can be used to turn a class that is not annotated with a CDI scope annotation into a bean, i.e.
|
| AutoAddScopeBuildItem.Builder |
| AutoAddScopeBuildItem.MatchPredicate |
| AutoInjectAnnotationBuildItem
This build item can be used to define annotations that will turn a non-static field into an injection point even if no
Inject is declared. |
| BeanArchiveIndexBuildItem
Represent a Jandex
IndexView on the whole deployment that has a complete CDI-related information. |
| BeanContainerBuildItem
A build item that represents the fully initialized CDI bean container.
|
| BeanContainerListenerBuildItem
Build item that registers a listener which gets notified as soon as the CDI bean container is initialized.
|
| BeanDefiningAnnotationBuildItem
This build item is used to specify additional bean defining annotations.
|
| BeanDiscoveryFinishedBuildItem
Consumers of this build item can easily inspect all class-based beans, observers and injection points registered in the
application.
|
| BeanRegistrationPhaseBuildItem
Bean registration phase can be used to register synthetic beans.
|
| BeanRegistrationPhaseBuildItem.BeanConfiguratorBuildItem |
| BuildTimeConditionBuildItem |
| CompletedApplicationClassPredicateBuildItem
This build item hold the "final" predicate that is used to distinguish application classes from framework/library classes.
|
| ConfigMappingBuildItem |
| ConfigPropertyBuildItem
Represents a mandatory config property that needs to be validated at runtime.
|
| ContextRegistrationPhaseBuildItem
Context registration phase can be used to register custom CDI contexts.
|
| ContextRegistrationPhaseBuildItem.ContextConfiguratorBuildItem |
| CustomScopeAnnotationsBuildItem
Holds information about all known custom scopes in the deployment and has utility methods allowing to check
whether given class has some scope annotation.
|
| CustomScopeBuildItem
An extension that registers a custom CDI context via
ContextRegistrationPhaseBuildItem should produce this build
item in order to contribute the custom scope annotation name to the set of bean defining annotations. |
| GeneratedBeanBuildItem
A generated CDI bean.
|
| InjectionPointTransformerBuildItem
Make it possible to programmatically modify qualifiers on an injection point.
|
| InterceptorBindingRegistrarBuildItem
Makes it possible to register annotations that should be considered interceptor bindings but are not annotated with
javax.interceptor.InterceptorBinding. |
| InterceptorResolverBuildItem
Holds a reference to the interceptor resolver.
|
| ObserverRegistrationPhaseBuildItem
An extension that needs to produce other build items during the "synthetic observer registration" phase should use this build
item.
|
| ObserverRegistrationPhaseBuildItem.ObserverConfiguratorBuildItem |
| ObserverTransformerBuildItem
This build item is used to register an
ObserverTransformer instance. |
| PreAdditionalBeanBuildTimeConditionBuildItem
A type of build item that is similar to
BuildTimeConditionBuildItem but evaluated before
processing the AdditionalBeanBuildItem in order to filter the beans thanks to build time conditions
before actually adding them with a AdditionalBeanBuildItem. |
| QualifierRegistrarBuildItem
Makes it possible to register annotations that should be considered qualifiers but are not annotated with
javax.inject.Qualifier. |
| RegisteredComponentsBuildItem |
| ResourceAnnotationBuildItem
This build item is used to specify resource annotations that makes it possible to resolve non-CDI injection points, such as
Java EE resources.
|
| SynthesisFinishedBuildItem
Consumers of this build item can easily inspect all beans, observers and injection points registered in the
application.
|
| SyntheticBeanBuildItem
Makes it possible to register a synthetic bean.
|
| SyntheticBeanBuildItem.ExtendedBeanConfigurator
This construct is not thread-safe and should not be reused.
|
| TransformedAnnotationsBuildItem
Makes it possible to query transformed annotations for a given annotation target.
|
| UnremovableBeanBuildItem
This build item is used to exclude beans that would be normally removed if the config property
ArcConfig.removeUnusedBeans is set to true. |
| ValidationPhaseBuildItem
Validation phase can be used to validate the deployment.
|
| ValidationPhaseBuildItem.ValidationErrorBuildItem |
| Class and Description |
|---|
| ArcConfig |
| ConfigPropertyBuildItem
Represents a mandatory config property that needs to be validated at runtime.
|
| GeneratedBeanBuildItem
A generated CDI bean.
|
| Class and Description |
|---|
| AdditionalBeanBuildItem
This build item is used to specify one or more additional bean classes to be analyzed during bean discovery.
|
| AnnotationsTransformerBuildItem
Make it possible to add, remove or alter annotations on various components.
|
| ArcConfig |
| BeanDefiningAnnotationBuildItem
This build item is used to specify additional bean defining annotations.
|
| CompletedApplicationClassPredicateBuildItem
This build item hold the "final" predicate that is used to distinguish application classes from framework/library classes.
|
| CustomScopeAnnotationsBuildItem
Holds information about all known custom scopes in the deployment and has utility methods allowing to check
whether given class has some scope annotation.
|
| ValidationPhaseBuildItem
Validation phase can be used to validate the deployment.
|
| Class and Description |
|---|
| BeanArchiveIndexBuildItem
Represent a Jandex
IndexView on the whole deployment that has a complete CDI-related information. |
| BeanContainerBuildItem
A build item that represents the fully initialized CDI bean container.
|
| BeanRegistrationPhaseBuildItem
Bean registration phase can be used to register synthetic beans.
|
| InterceptorResolverBuildItem
Holds a reference to the interceptor resolver.
|
| TransformedAnnotationsBuildItem
Makes it possible to query transformed annotations for a given annotation target.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.