Uses of Interface
io.quarkus.arc.processor.InjectionTargetInfo
-
Packages that use InjectionTargetInfo Package Description io.quarkus.arc.processor -
-
Uses of InjectionTargetInfo in io.quarkus.arc.processor
Classes in io.quarkus.arc.processor that implement InjectionTargetInfo Modifier and Type Class Description classBeanInfoRepresents a CDI bean at build time.classDecoratorInfoclassDisposerInfoclassInterceptorInfoclassObserverInfoRepresents an observer method.Constructors in io.quarkus.arc.processor with parameters of type InjectionTargetInfo Constructor Description GeneratorContext(io.quarkus.gizmo.ClassOutput classOutput, BeanDeployment beanDeployment, InjectionPointInfo injectionPoint, io.quarkus.gizmo.ClassCreator clazzCreator, io.quarkus.gizmo.MethodCreator constructor, String providerName, AnnotationLiteralProcessor annotationLiterals, InjectionTargetInfo targetInfo, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate)
-