Uses of Class
io.quarkus.arc.deployment.AnnotationsTransformerBuildItem
-
Packages that use AnnotationsTransformerBuildItem Package Description io.quarkus.arc.deployment -
-
Uses of AnnotationsTransformerBuildItem in io.quarkus.arc.deployment
Methods in io.quarkus.arc.deployment that return AnnotationsTransformerBuildItem Modifier and Type Method Description (package private) AnnotationsTransformerBuildItemConfigStaticInitBuildSteps. transformConfigProducer()(package private) AnnotationsTransformerBuildItemConfigBuildStep. vetoMPConfigProperties()(package private) AnnotationsTransformerBuildItemTestsAsBeansProcessor. vetoTestProfileBeans(Optional<TestProfileBuildItem> testProfile, CustomScopeAnnotationsBuildItem customScopes, CombinedIndexBuildItem index)Method parameters in io.quarkus.arc.deployment with type arguments of type AnnotationsTransformerBuildItem Modifier and Type Method Description (package private) voidAutoAddScopeProcessor. annotationTransformer(List<AutoAddScopeBuildItem> autoScopes, CustomScopeAnnotationsBuildItem scopes, List<AutoInjectAnnotationBuildItem> autoInjectAnnotations, BuildProducer<AnnotationsTransformerBuildItem> annotationsTransformers, BuildProducer<UnremovableBeanBuildItem> unremovableBeans, BeanArchiveIndexBuildItem beanArchiveIndex)(package private) voidAutoInjectFieldProcessor. annotationTransformer(ArcConfig config, List<AutoInjectAnnotationBuildItem> autoInjectAnnotations, BuildProducer<AnnotationsTransformerBuildItem> annotationsTransformer)UsesAnnotationsTransformerto automatically add@Injectto all non-static fields that are annotated with one of the specified annotations.(package private) voidAutoProducerMethodsProcessor. annotationTransformer(ArcConfig config, BeanArchiveIndexBuildItem beanArchiveIndex, CustomScopeAnnotationsBuildItem scopes, List<StereotypeRegistrarBuildItem> stereotypeRegistrars, BuildProducer<AnnotationsTransformerBuildItem> annotationsTransformer)Register an annotation transformer that automatically addsProducesto all non-void methods that are annotated with a qualifier or a scope annotation.(package private) voidBuildTimeEnabledProcessor. conditionTransformer(List<BuildTimeConditionBuildItem> buildTimeConditions, BuildProducer<AnnotationsTransformerBuildItem> annotationsTransformer)
-