Uses of Class
io.quarkus.arc.processor.BeanDeployment
-
Packages that use BeanDeployment Package Description io.quarkus.arc.processor -
-
Uses of BeanDeployment in io.quarkus.arc.processor
Fields in io.quarkus.arc.processor with type parameters of type BeanDeployment Modifier and Type Field Description static BuildExtension.Key<BeanDeployment>BuildExtension.Key. DEPLOYMENTMethods 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(BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator bytecode, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals, Predicate<org.jboss.jandex.DotName> injectionPointAnnotationsPredicate)static io.quarkus.gizmo.ResultHandleBeanGenerator. collectInjectionPointQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator bytecode, InjectionPointInfo injectionPoint, AnnotationLiteralProcessor annotationLiterals)static io.quarkus.gizmo.ResultHandleBeanGenerator. collectQualifiers(BeanDeployment beanDeployment, io.quarkus.gizmo.MethodCreator bytecode, 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)Constructors in io.quarkus.arc.processor with parameters of type BeanDeployment 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)
-