Uses of Class
org.jboss.jandex.AnnotationTransformation.RecordComponentBuilder
-
Packages that use AnnotationTransformation.RecordComponentBuilder Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of AnnotationTransformation.RecordComponentBuilder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformation.RecordComponentBuilder Modifier and Type Method Description static AnnotationTransformation.RecordComponentBuilder
AnnotationTransformation. forRecordComponents()
Returns a builder for annotation transformation of record components.AnnotationTransformation.RecordComponentBuilder
AnnotationTransformation.RecordComponentBuilder. whenRecordComponent(java.lang.Class<?> clazz, java.lang.String name)
Adds a predicate that tests whether the current record component has givenname
and is declared on givenclazz
.AnnotationTransformation.RecordComponentBuilder
AnnotationTransformation.RecordComponentBuilder. whenRecordComponent(java.util.function.Predicate<RecordComponentInfo> predicate)
Adds a predicate that tests whether the current record component matches givenpredicate
.AnnotationTransformation.RecordComponentBuilder
AnnotationTransformation.RecordComponentBuilder. whenRecordComponent(DotName clazz, java.lang.String name)
Adds a predicate that tests whether the current record component has givenname
and is declared on givenclazz
.
-