Uses of Class
io.quarkus.arc.processor.Transformation
Packages that use Transformation
-
Uses of Transformation in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return TransformationModifier and TypeMethodDescriptionprotected TransformationTransformation.self()AnnotationsTransformer.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 TransformationModifier and TypeMethodDescriptionAnnotationsTransformer.AbstractBuilder.thenTransform(Consumer<Transformation> consumer) If all conditions are met then apply the transformation logic.