Uses of Interface
org.jboss.jandex.AnnotationTransformation
-
Uses of AnnotationTransformation in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationTransformationModifier and TypeMethodDescriptionAnnotationTransformation.Builder.transform(Consumer<AnnotationTransformation.TransformationContext> transformation) Builds an annotation transformation based on the giventransformationfunction.Methods in org.jboss.jandex that return types with arguments of type AnnotationTransformationModifier and TypeMethodDescriptionMutableAnnotationOverlay.freeze()Freezes this mutable annotation overlay and returns the annotation transformations to create an equivalent immutable annotation overlay.Method parameters in org.jboss.jandex with type arguments of type AnnotationTransformationModifier and TypeMethodDescriptionstatic AnnotationOverlay.BuilderAnnotationOverlay.builder(IndexView index, Collection<AnnotationTransformation> annotationTransformations) Returns a new builder for an annotation overlay for givenindexand a given collection oftransformations.