Uses of Interface
org.jboss.jandex.AnnotationTransformation.TransformationContext
-
Uses of AnnotationTransformation.TransformationContext in org.jboss.jandex
Methods in org.jboss.jandex with parameters of type AnnotationTransformation.TransformationContextModifier and TypeMethodDescriptionvoidAnnotationTransformation.apply(AnnotationTransformation.TransformationContext context) Implements the actual annotation transformation.Method parameters in org.jboss.jandex with type arguments of type AnnotationTransformation.TransformationContextModifier and TypeMethodDescriptionAnnotationTransformation.Builder.transform(Consumer<AnnotationTransformation.TransformationContext> transformation) Builds an annotation transformation based on the giventransformationfunction.AnnotationTransformation.Builder.when(Predicate<AnnotationTransformation.TransformationContext> predicate) Adds a predicate to the list of predicates that will be tested before applying the transformation.