Uses of Class
org.jboss.jandex.AnnotationTransformation.MethodParameterBuilder
Packages that use AnnotationTransformation.MethodParameterBuilder
Package
Description
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.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 givenname
declared 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 givenname
declared on givenclazz
.