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
Subclasses with type arguments of type AnnotationTransformation.RecordComponentBuilder in org.jboss.jandexModifier and TypeClassDescriptionstatic classA builder of annotation transformations for record components.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 givennameand 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 givennameand is declared on givenclazz.