Uses of Class
org.jboss.jandex.AnnotationTransformation.RecordComponentBuilder
Packages that use AnnotationTransformation.RecordComponentBuilder
Package
Description
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.RecordComponentBuilderModifier and TypeMethodDescriptionAnnotationTransformation.forRecordComponents()
Returns a builder for annotation transformation of record components.AnnotationTransformation.RecordComponentBuilder.whenRecordComponent
(Class<?> clazz, String name) Adds a predicate that tests whether the current record component has givenname
and is declared on givenclazz
.AnnotationTransformation.RecordComponentBuilder.whenRecordComponent
(Predicate<RecordComponentInfo> predicate) Adds a predicate that tests whether the current record component matches givenpredicate
.AnnotationTransformation.RecordComponentBuilder.whenRecordComponent
(DotName clazz, String name) Adds a predicate that tests whether the current record component has givenname
and is declared on givenclazz
.