Uses of Class
org.jboss.jandex.AnnotationTransformation.MethodBuilder
Packages that use AnnotationTransformation.MethodBuilder
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
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 givenname
and 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 givenname
and is declared on givenclazz
.