Uses of Class
io.quarkus.arc.processor.BeanStream
-
Packages that use BeanStream Package Description io.quarkus.arc.processor -
-
Uses of BeanStream in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return BeanStream Modifier and Type Method Description BeanStreamBeanStream. alternativeBeans()BeanStreamBeanStream. assignableTo(org.jboss.jandex.Type requiredType, org.jboss.jandex.AnnotationInstance... requiredQualifiers)BeanStreamBeanDeploymentValidator.ValidationContext. beans()BeanStreamBeanRegistrar.RegistrationContext. beans()The returned stream contains all non-synthetic beans (beans derived from classes) and beans registered by otherBeanRegistrars before the stream is created.BeanStreamObserverRegistrar.RegistrationContext. beans()The returned stream contains all non-synthetic beans (beans derived from classes) and beans registered by otherObserverRegistrars before the stream is created.BeanStreamBeanStream. classBeans()BeanStreamBeanStream. defaultBeans()BeanStreamBeanStream. filter(Predicate<BeanInfo> predicate)BeanStreamBeanStream. matchBeanTypes(Predicate<Set<org.jboss.jandex.Type>> predicate)BeanStreamBeanStream. namedBeans()BeanStreamBeanStream. producerFields()BeanStreamBeanStream. producerMethods()BeanStreamBeanStream. producers()BeanStreamBeanDeploymentValidator.ValidationContext. removedBeans()BeanStreamBeanStream. syntheticBeans()BeanStreamBeanStream. withAroundInvokeInterceptor()BeanStreamBeanStream. withBeanClass(Class<?> beanClass)BeanStreamBeanStream. withBeanClass(org.jboss.jandex.DotName beanClass)BeanStreamBeanStream. withBeanType(Class<?> beanType)BeanStreamBeanStream. withBeanType(org.jboss.jandex.DotName beanTypeName)BeanStreamBeanStream. withBeanType(org.jboss.jandex.Type beanType)BeanStreamBeanStream. withLifecycleInterceptor()BeanStreamBeanStream. withName()BeanStreamBeanStream. withName(String name)BeanStreamBeanStream. withQualifier(Class<? extends Annotation>... qualifiers)BeanStreamBeanStream. withQualifier(org.jboss.jandex.DotName... qualifierNames)BeanStreamBeanStream. withScope(Class<? extends Annotation> scope)BeanStreamBeanStream. withScope(org.jboss.jandex.DotName scopeName)BeanStreamBeanStream. withTarget()
-