Uses of Class
org.jboss.jandex.AnnotationTransformation.MethodParameterBuilder
-
Packages that use AnnotationTransformation.MethodParameterBuilder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of AnnotationTransformation.MethodParameterBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.MethodParameterBuilder Modifier and Type Method Description static AnnotationTransformation.MethodParameterBuilder
AnnotationTransformation. forMethodParameters()
Returns a builder for annotation transformation of method parameters.AnnotationTransformation.MethodParameterBuilder
AnnotationTransformation.MethodParameterBuilder. whenMethodParameter(java.lang.Class<?> clazz, java.lang.String name)
Adds a predicate that tests whether the current method parameter belongs to a method with givenname
declared on givenclazz
.AnnotationTransformation.MethodParameterBuilder
AnnotationTransformation.MethodParameterBuilder. whenMethodParameter(java.util.function.Predicate<MethodParameterInfo> predicate)
Adds a predicate that tests whether the current method parameter matches givenpredicate
.AnnotationTransformation.MethodParameterBuilder
AnnotationTransformation.MethodParameterBuilder. whenMethodParameter(DotName clazz, java.lang.String name)
Adds a predicate that tests whether the current method parameter belongs to a method with givenname
declared on givenclazz
.
-