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 BeanDeploymentMethods in io.quarkus.arc.processor with parameters of type BeanDeploymentModifier and TypeMethodDescriptionstatic 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) 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(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)