Uses of Class
io.quarkus.arc.processor.BeanDeployment
-
-
Uses of BeanDeployment in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BeanDeployment Modifier and Type Method Description BeanDeploymentBeanProcessor. getBeanDeployment()BeanDeploymentBeanProcessor. process()Methods in io.quarkus.arc.processor with parameters of type BeanDeployment Modifier and Type Method Description static io.quarkus.gizmo.ResultHandleBeanGenerator. collectInjectionPointAnnotations(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator beanCreator, BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator constructor, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate)static io.quarkus.gizmo.ResultHandleBeanGenerator. collectInjectionPointQualifiers(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator beanCreator, BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator constructor, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals)static io.quarkus.gizmo.ResultHandleBeanGenerator. collectQualifiers(io.quarkus.gizmo.ClassOutput classOutput, io.quarkus.gizmo.ClassCreator beanCreator, BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator constructor, AnnotationLiteralProcessor annotationLiterals, Set<org.jboss.jandex.AnnotationInstance> requiredQualifiers)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)
-