Uses of Class
io.quarkus.arc.processor.BeanDeployment
Packages that use BeanDeployment
-
Uses of BeanDeployment in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type BeanDeploymentModifier and TypeFieldDescriptionstatic final BuildExtension.Key<BeanDeployment> BuildExtension.Key.DEPLOYMENTMethods in io.quarkus.arc.processor that return BeanDeploymentModifier and TypeMethodDescriptionBuiltinBean.GeneratorContext.beanDeployment()Returns the value of thebeanDeploymentrecord component.BuiltinBean.ValidatorContext.beanDeployment()Returns the value of thebeanDeploymentrecord component.BeanProcessor.getBeanDeployment()BeanProcessor.process()Methods in io.quarkus.arc.processor with parameters of type BeanDeploymentModifier 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.collectQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo2.creator.BlockCreator bc, AnnotationLiteralProcessor annotationLiterals, Set<org.jboss.jandex.AnnotationInstance> qualifiers) static Set<org.jboss.jandex.AnnotationInstance> Annotations.getParameterAnnotations(BeanDeployment beanDeployment, org.jboss.jandex.MethodInfo method) static Set<org.jboss.jandex.AnnotationInstance> Annotations.getParameterAnnotations(BeanDeployment beanDeployment, org.jboss.jandex.MethodInfo method, int position) static booleanAnnotations.hasParameterAnnotation(BeanDeployment beanDeployment, org.jboss.jandex.MethodInfo method, org.jboss.jandex.DotName name) Method parameters in io.quarkus.arc.processor with type arguments of type BeanDeploymentModifier and TypeMethodDescriptionBeanProcessor.Builder.setOptimizeContexts(Predicate<BeanDeployment> fun) Constructors in io.quarkus.arc.processor with parameters of type BeanDeploymentModifierConstructorDescriptionContextInstancesGenerator(boolean generateSources, ReflectionRegistration reflectionRegistration, BeanDeployment beanDeployment, Map<org.jboss.jandex.DotName, String> scopeToGeneratedName) GeneratorContext(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.