Uses of Class
io.quarkus.arc.processor.Transformation
-
Packages that use Transformation Package Description io.quarkus.arc.processor -
-
Uses of Transformation in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return Transformation Modifier and Type Method Description protected TransformationTransformation. self()TransformationAnnotationsTransformer.TransformationContext. transform()The transformation is not applied until theAnnotationsTransformation.done()method is invoked.Method parameters in io.quarkus.arc.processor with type arguments of type Transformation Modifier and Type Method Description AnnotationsTransformerAnnotationsTransformer.AbstractBuilder. thenTransform(Consumer<Transformation> consumer)If all conditions are met then apply the transformation logic.
-