Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer
Packages that use AnnotationsTransformer
-
Uses of AnnotationsTransformer in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return AnnotationsTransformerModifier and TypeMethodDescriptionAnnotationsTransformer.AbstractBuilder.thenTransform(Consumer<Transformation> consumer) If all conditions are met then apply the transformation logic.AnnotationsTransformer.AbstractBuilder.transform(Consumer<AnnotationsTransformer.TransformationContext> consumer) The transformation logic is performed only if all conditions are met.Methods in io.quarkus.arc.processor with parameters of type AnnotationsTransformerModifier and TypeMethodDescriptionBeanProcessor.Builder.addAnnotationTransformer(AnnotationsTransformer transformer)