Uses of Class
io.quarkus.arc.processor.InjectionPointInfo
Packages that use InjectionPointInfo
-
Uses of InjectionPointInfo in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type InjectionPointInfoModifier and TypeFieldDescriptionstatic final BuildExtension.Key<Collection<InjectionPointInfo>> BuildExtension.Key.INJECTION_POINTSMethods in io.quarkus.arc.processor that return InjectionPointInfoModifier and TypeMethodDescriptionstatic InjectionPointInfoInjectionPointInfo.fromSyntheticInjectionPoint(InjectionPointInfo.TypeAndQualifiers typeAndQualifiers) DecoratorInfo.getDelegateInjectionPoint()BuiltinBean.GeneratorContext.injectionPoint()Returns the value of theinjectionPointrecord component.BuiltinBean.ValidatorContext.injectionPoint()Returns the value of theinjectionPointrecord component.Methods in io.quarkus.arc.processor that return types with arguments of type InjectionPointInfoModifier and TypeMethodDescriptionBeanInfo.getAllInjectionPoints()DisposerInfo.getAllInjectionPoints()BeanDeployment.getInjectionPoints()default Collection<InjectionPointInfo> BeanDeploymentValidator.ValidationContext.getInjectionPoints()default Collection<InjectionPointInfo> BeanRegistrar.RegistrationContext.getInjectionPoints()Methods in io.quarkus.arc.processor with parameters of type InjectionPointInfoModifier and TypeMethodDescriptionstatic io.quarkus.gizmo2.VarBeanGenerator.collectInjectionPointAnnotations(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate) static io.quarkus.gizmo2.VarBeanGenerator.collectInjectionPointQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals) static io.quarkus.gizmo2.VarBeanGenerator.getJavaMember(io.quarkus.gizmo2.creator.BlockCreator bc, InjectionPointInfo injectionPoint, ReflectionRegistration reflectionRegistration) booleanBuiltinBean.matches(InjectionPointInfo injectionPoint) static BuiltinBeanBuiltinBean.resolve(InjectionPointInfo injectionPoint) static booleanBuiltinBean.resolvesTo(InjectionPointInfo injectionPoint) Method parameters in io.quarkus.arc.processor with type arguments of type InjectionPointInfoModifier and TypeMethodDescriptionprotected voidBeanGenerator.generateConstructor(io.quarkus.gizmo2.creator.ClassCreator cc, BeanInfo bean, io.quarkus.gizmo2.desc.FieldDesc beanTypesField, io.quarkus.gizmo2.desc.FieldDesc qualifiersField, io.quarkus.gizmo2.desc.FieldDesc stereotypesField, io.quarkus.gizmo2.desc.FieldDesc declaringProviderSupplierField, Map<InjectionPointInfo, io.quarkus.gizmo2.desc.FieldDesc> injectionPointToProviderField, Map<InterceptorInfo, io.quarkus.gizmo2.desc.FieldDesc> interceptorToProviderField, Map<DecoratorInfo, io.quarkus.gizmo2.desc.FieldDesc> decoratorToProviderSupplierField, Consumer<io.quarkus.gizmo2.creator.BlockCreator> additionalCode) protected voidBeanGenerator.generateCreate(io.quarkus.gizmo2.creator.ClassCreator cc, BeanInfo bean, io.quarkus.arc.processor.BeanGenerator.ProviderType providerType, String baseName, Map<InjectionPointInfo, io.quarkus.gizmo2.desc.FieldDesc> injectionPointToProviderSupplierField, Map<InterceptorInfo, io.quarkus.gizmo2.desc.FieldDesc> interceptorToProviderSupplierField, Map<DecoratorInfo, io.quarkus.gizmo2.desc.FieldDesc> decoratorToProviderSupplierField, String targetPackage, boolean isApplicationClass) protected voidBeanGenerator.generateDestroy(io.quarkus.gizmo2.creator.ClassCreator cc, BeanInfo bean, Map<InjectionPointInfo, io.quarkus.gizmo2.desc.FieldDesc> injectionPointToProviderField, boolean isApplicationClass, String baseName, String targetPackage) protected voidBeanGenerator.generateProviderFields(BeanInfo bean, io.quarkus.gizmo2.creator.ClassCreator cc, Map<InjectionPointInfo, io.quarkus.gizmo2.desc.FieldDesc> injectionPointToProvider, Map<InterceptorInfo, io.quarkus.gizmo2.desc.FieldDesc> interceptorToProvider, Map<DecoratorInfo, io.quarkus.gizmo2.desc.FieldDesc> decoratorToProvider) Constructors in io.quarkus.arc.processor with parameters of type InjectionPointInfoModifierConstructorDescriptionGeneratorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, io.quarkus.gizmo2.creator.ClassCreator clazzCreator, io.quarkus.gizmo2.creator.BlockCreator constructor, io.quarkus.gizmo2.desc.FieldDesc providerField, AnnotationLiteralProcessor annotationLiterals, ReflectionRegistration reflectionRegistration, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate, io.quarkus.gizmo2.ParamVar declaringBeanSupplier) Creates an instance of aGeneratorContextrecord class.ValidatorContext(BeanDeployment beanDeployment, InjectionTargetInfo injectionTarget, InjectionPointInfo injectionPoint, Consumer<Throwable> errors) Creates an instance of aValidatorContextrecord class.Constructor parameters in io.quarkus.arc.processor with type arguments of type InjectionPointInfoModifierConstructorDescriptionInjection(org.jboss.jandex.AnnotationTarget target, List<InjectionPointInfo> injectionPoints)