Uses of Interface
org.jboss.jandex.AnnotationTransformation.TransformationContext
Packages that use AnnotationTransformation.TransformationContext
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationTransformation.TransformationContext in org.jboss.jandex
Classes in org.jboss.jandex that implement AnnotationTransformation.TransformationContextModifier and TypeClassDescriptionprivate static final classFields in org.jboss.jandex with type parameters of type AnnotationTransformation.TransformationContextMethods 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.