Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
-
Packages that use AnnotationsTransformer.TransformationContext Package Description io.quarkus.arc.processor -
-
Uses of AnnotationsTransformer.TransformationContext in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type AnnotationsTransformer.TransformationContext Modifier and Type Field Description protected Predicate<AnnotationsTransformer.TransformationContext>AnnotationsTransformer.AbstractBuilder. predicateMethods in io.quarkus.arc.processor that return types with arguments of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description protected <TARGET> Predicate<AnnotationsTransformer.TransformationContext>AnnotationsTransformer.AbstractBuilder. wrap(Predicate<TARGET> condition, Function<AnnotationsTransformer.TransformationContext,TARGET> extractor)Methods in io.quarkus.arc.processor with parameters of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description voidAnnotationsTransformer. transform(AnnotationsTransformer.TransformationContext transformationContext)The transformation context is used to perform the transformation.Method parameters in io.quarkus.arc.processor with type arguments of type AnnotationsTransformer.TransformationContext Modifier and Type Method Description AnnotationsTransformerAnnotationsTransformer.AbstractBuilder. transform(Consumer<AnnotationsTransformer.TransformationContext> consumer)The transformation logic is performed only if all conditions are met.THISAnnotationsTransformer.AbstractBuilder. when(Predicate<AnnotationsTransformer.TransformationContext> when)The transformation logic is only performed if the given predicate is evaluated to true.protected <TARGET> Predicate<AnnotationsTransformer.TransformationContext>AnnotationsTransformer.AbstractBuilder. wrap(Predicate<TARGET> condition, Function<AnnotationsTransformer.TransformationContext,TARGET> extractor)
-