Uses of Class
org.jboss.jandex.AnnotationTransformation.MethodBuilder
-
Uses of AnnotationTransformation.MethodBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.MethodBuilderModifier and TypeMethodDescriptionAnnotationTransformation.forMethods()Returns a builder for annotation transformation of methods.AnnotationTransformation.MethodBuilder.whenMethod(Class<?> clazz, String name) Adds a predicate that tests whether the current method has givennameand is declared on givenclazz.AnnotationTransformation.MethodBuilder.whenMethod(Predicate<MethodInfo> predicate) Adds a predicate that tests whether the current method matches givenpredicate.AnnotationTransformation.MethodBuilder.whenMethod(DotName clazz, String name) Adds a predicate that tests whether the current method has givennameand is declared on givenclazz.