Uses of Interface
io.quarkus.arc.processor.AnnotationsTransformer.TransformationContext
Packages that use AnnotationsTransformer.TransformationContext
-
Uses of AnnotationsTransformer.TransformationContext in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type AnnotationsTransformer.TransformationContextMethods in io.quarkus.arc.processor that return types with arguments of type AnnotationsTransformer.TransformationContextModifier and TypeMethodDescriptionprotected <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.TransformationContextModifier and TypeMethodDescriptionvoidAnnotationsTransformer.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.TransformationContextModifier and TypeMethodDescriptionAnnotationsTransformer.AbstractBuilder.transform(Consumer<AnnotationsTransformer.TransformationContext> consumer) The transformation logic is performed only if all conditions are met.AnnotationsTransformer.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)