| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
| Modifier and Type | Method and Description |
|---|---|
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean) |
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean) |
| Modifier and Type | Method and Description |
|---|---|
<T,X> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
Class<X> beanClass,
ProducerFactory<X> producerFactory)
Create a
Bean from the given bean attributes. |
Copyright © 2025. All rights reserved.