Package io.quarkus.arc.processor
Class InjectionPointModifier
- java.lang.Object
-
- io.quarkus.arc.processor.InjectionPointModifier
-
public class InjectionPointModifier extends Object
Holds allInjectionPointsTransformerinstances and provides helper method to apply them on a given type. This is used inInjectionPointInfo, prior to creating actual injection points. In order to operate on up-to-date annotations, this class also leveragesAnnotationStore.- Author:
- Matej Novotny
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.jboss.jandex.AnnotationInstance>applyTransformers(org.jboss.jandex.Type type, org.jboss.jandex.AnnotationTarget target, Set<org.jboss.jandex.AnnotationInstance> qualifiers)
-