Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
-
-
Uses of AnnotationsTransformer.TransformationContext in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor with parameters of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description voidAnnotationsTransformer. transform(AnnotationsTransformer.TransformationContext transformationContext)Method parameters in io.quarkus.arc.processor with type arguments of type AnnotationsTransformer.TransformationContext 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.AnnotationsTransformer.BuilderAnnotationsTransformer.Builder. when(Predicate<AnnotationsTransformer.TransformationContext> when)The transformation logic is only performed if the given predicate is evaluated to true.
-