Uses of Class
org.jboss.jandex.AnnotationTransformation.MethodParameterBuilder
-
Uses of AnnotationTransformation.MethodParameterBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.MethodParameterBuilderModifier and TypeMethodDescriptionAnnotationTransformation.forMethodParameters()Returns a builder for annotation transformation of method parameters.AnnotationTransformation.MethodParameterBuilder.whenMethodParameter(Class<?> clazz, String name) Adds a predicate that tests whether the current method parameter belongs to a method with givennamedeclared on givenclazz.AnnotationTransformation.MethodParameterBuilder.whenMethodParameter(Predicate<MethodParameterInfo> predicate) Adds a predicate that tests whether the current method parameter matches givenpredicate.AnnotationTransformation.MethodParameterBuilder.whenMethodParameter(DotName clazz, String name) Adds a predicate that tests whether the current method parameter belongs to a method with givennamedeclared on givenclazz.