Uses of Class
org.jboss.jandex.AnnotationTransformation.FieldBuilder
Packages that use AnnotationTransformation.FieldBuilder
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationTransformation.FieldBuilder in org.jboss.jandex
Subclasses with type arguments of type AnnotationTransformation.FieldBuilder in org.jboss.jandexModifier and TypeClassDescriptionstatic classA builder of annotation transformations for fields.Methods in org.jboss.jandex that return AnnotationTransformation.FieldBuilderModifier and TypeMethodDescriptionAnnotationTransformation.forFields()Returns a builder for annotation transformation of fields.Adds a predicate that tests whether the current field has givennameand is declared on givenclazz.Adds a predicate that tests whether the current field matches givenpredicate.Adds a predicate that tests whether the current field has givennameand is declared on givenclazz.