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.MethodParameterBuilderAnnotationTransformation. forMethodParameters()Returns a builder for annotation transformation of method parameters.AnnotationTransformation.MethodParameterBuilderAnnotationTransformation.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 givennamedeclared on givenclazz.AnnotationTransformation.MethodParameterBuilderAnnotationTransformation.MethodParameterBuilder. whenMethodParameter(java.util.function.Predicate<MethodParameterInfo> predicate)Adds a predicate that tests whether the current method parameter matches givenpredicate.AnnotationTransformation.MethodParameterBuilderAnnotationTransformation.MethodParameterBuilder. whenMethodParameter(DotName clazz, java.lang.String name)Adds a predicate that tests whether the current method parameter belongs to a method with givennamedeclared on givenclazz.
-