Uses of Class
io.quarkus.arc.processor.AnnotationsTransformer.MethodTransformerBuilder
-
Packages that use AnnotationsTransformer.MethodTransformerBuilder Package Description io.quarkus.arc.processor -
-
Uses of AnnotationsTransformer.MethodTransformerBuilder in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return AnnotationsTransformer.MethodTransformerBuilder Modifier and Type Method Description static AnnotationsTransformer.MethodTransformerBuilderAnnotationsTransformer. appliedToMethod()AnnotationsTransformer.MethodTransformerBuilderAnnotationsTransformer.MethodTransformerBuilder. whenMethod(Predicate<org.jboss.jandex.MethodInfo> condition)The method must meet the given condition.
-