Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer
-
-
Uses of AnnotationsTransformer in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return AnnotationsTransformer Modifier and Type Method Description AnnotationsTransformerAnnotationsTransformer.Builder. transform(Consumer<AnnotationsTransformer.TransformationContext> consumer)The given transformation logic is only performed if all conditions added viaAnnotationsTransformer.Builder.when(Predicate)are met.Methods in io.quarkus.arc.processor with parameters of type AnnotationsTransformer Modifier and Type Method Description BeanProcessor.BuilderBeanProcessor.Builder. addAnnotationTransformer(AnnotationsTransformer transformer)
-