Uses of Class
org.jboss.jandex.AnnotationTransformation.DeclarationBuilder
-
Packages that use AnnotationTransformation.DeclarationBuilder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of AnnotationTransformation.DeclarationBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.DeclarationBuilder Modifier and Type Method Description static AnnotationTransformation.DeclarationBuilder
AnnotationTransformation. builder()
Returns a builder for annotation transformation of arbitrary declarations.AnnotationTransformation.DeclarationBuilder
AnnotationTransformation.DeclarationBuilder. whenDeclaration(java.util.function.Predicate<Declaration> predicate)
Adds a predicate that tests whether the current declaration matches givenpredicate
.
-