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 class
AnnotationOverlayImpl.TransformationContextImpl
Fields 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. predicate
Methods in org.jboss.jandex with parameters of type AnnotationTransformation.TransformationContext Modifier and Type Method Description void
AnnotationTransformation. 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 AnnotationTransformation
AnnotationTransformation.Builder. transform(java.util.function.Consumer<AnnotationTransformation.TransformationContext> transformation)
Builds an annotation transformation based on the giventransformation
function.THIS
AnnotationTransformation.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.
-