Uses of Interface
org.jboss.jandex.AnnotationTransformation.TransformationContext
-
Packages that use AnnotationTransformation.TransformationContext Package Description org.jboss.jandex 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.TransformationContext Modifier and Type Class Description private static classAnnotationOverlayImpl.TransformationContextImplFields in org.jboss.jandex with type parameters of type AnnotationTransformation.TransformationContext Modifier and Type Field Description private java.util.function.Predicate<AnnotationTransformation.TransformationContext>AnnotationTransformation.Builder. predicateMethods in org.jboss.jandex with parameters of type AnnotationTransformation.TransformationContext Modifier and Type Method Description voidAnnotationTransformation. apply(AnnotationTransformation.TransformationContext context)Implements the actual annotation transformation.Method parameters in org.jboss.jandex with type arguments of type AnnotationTransformation.TransformationContext Modifier and Type Method Description AnnotationTransformationAnnotationTransformation.Builder. transform(java.util.function.Consumer<AnnotationTransformation.TransformationContext> transformation)Builds an annotation transformation based on the giventransformationfunction.THISAnnotationTransformation.Builder. when(java.util.function.Predicate<AnnotationTransformation.TransformationContext> predicate)Adds a predicate to the list of predicates that will be tested before applying the transformation.
-