Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer
-
Packages that use AnnotationsTransformer Package Description io.quarkus.arc.processor -
-
Uses of AnnotationsTransformer in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return AnnotationsTransformer Modifier and Type Method Description AnnotationsTransformerAnnotationsTransformer.AbstractBuilder. thenTransform(Consumer<Transformation> consumer)If all conditions are met then apply the transformation logic.AnnotationsTransformerAnnotationsTransformer.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 AnnotationsTransformer Modifier and Type Method Description BeanProcessor.BuilderBeanProcessor.Builder. addAnnotationTransformer(AnnotationsTransformer transformer)
-