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
Subclasses with type arguments of type AnnotationTransformation.MethodBuilder in org.jboss.jandexModifier and TypeClassDescriptionstatic classA builder of annotation transformations for methods.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 givennameand 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 givennameand is declared on givenclazz.