Uses of Class
org.jboss.jandex.AnnotationTransformation.RecordComponentBuilder
-
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 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.