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 TypeMethodDescriptionTransformation.add(Class<? extends Annotation> annotationType, org.jboss.jandex.AnnotationValue... values) Transformation.add(org.jboss.jandex.AnnotationInstance annotation) Transformation.add(org.jboss.jandex.DotName name, org.jboss.jandex.AnnotationValue... values) Transformation.addAll(Collection<org.jboss.jandex.AnnotationInstance> annotations) Transformation.addAll(org.jboss.jandex.AnnotationInstance... annotations) Transformation.removeAll()AnnotationsTransformer.TransformationContext.transform()The transformation is not applied until thedone()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.