Class InjectionPointModifier

java.lang.Object
io.quarkus.arc.processor.InjectionPointModifier

public class InjectionPointModifier extends Object
Holds all InjectionPointsTransformer instances and provides helper method to apply them on a given type. This is used in InjectionPointInfo, prior to creating actual injection points. In order to operate on up-to-date annotations, this class also leverages AnnotationStore.
Author:
Matej Novotny
  • Method Details

    • applyTransformers

      public Set<org.jboss.jandex.AnnotationInstance> applyTransformers(org.jboss.jandex.Type type, org.jboss.jandex.AnnotationTarget target, Set<org.jboss.jandex.AnnotationInstance> qualifiers)