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.RecordComponentBuilderAnnotationTransformation. forRecordComponents()Returns a builder for annotation transformation of record components.AnnotationTransformation.RecordComponentBuilderAnnotationTransformation.RecordComponentBuilder. whenRecordComponent(java.lang.Class<?> clazz, java.lang.String name)Adds a predicate that tests whether the current record component has givennameand is declared on givenclazz.AnnotationTransformation.RecordComponentBuilderAnnotationTransformation.RecordComponentBuilder. whenRecordComponent(java.util.function.Predicate<RecordComponentInfo> predicate)Adds a predicate that tests whether the current record component matches givenpredicate.AnnotationTransformation.RecordComponentBuilderAnnotationTransformation.RecordComponentBuilder. whenRecordComponent(DotName clazz, java.lang.String name)Adds a predicate that tests whether the current record component has givennameand is declared on givenclazz.
-