Uses of Interface
io.quarkus.arc.processor.InjectionTargetInfo
Packages that use InjectionTargetInfo
-
Uses of InjectionTargetInfo in io.quarkus.arc.processor
Classes in io.quarkus.arc.processor that implement InjectionTargetInfoModifier and TypeClassDescriptionclassRepresents a CDI bean at build time.classclassclassclassOpaque token that stands in for an invoker built usingInvokerBuilder.classRepresents an observer method.Methods in io.quarkus.arc.processor that return InjectionTargetInfoModifier and TypeMethodDescriptionBuiltinBean.ValidatorContext.injectionTarget()Returns the value of theinjectionTargetrecord component.BuiltinBean.GeneratorContext.targetInfo()Returns the value of thetargetInforecord component.Constructors in io.quarkus.arc.processor with parameters of type InjectionTargetInfoModifierConstructorDescriptionGeneratorContext(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) Creates an instance of aGeneratorContextrecord class.ValidatorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, Consumer<Throwable> errors) Creates an instance of aValidatorContextrecord class.