| Package | Description | 
|---|---|
| jakarta.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<X> ProducerFactory<X> | 
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
                  Bean<X> declaringBean)
 An implementation of  
ProducerFactory that provides container created Producer instances for the given
 field. | 
<X> ProducerFactory<X> | 
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
                  Bean<X> declaringBean)
 An implementation of  
ProducerFactory that provides container created Producer instances for the given
 method. | 
| Modifier and Type | Method and Description | 
|---|---|
<T,X> Bean<T> | 
BeanManager.createBean(BeanAttributes<T> attributes,
          Class<X> beanClass,
          ProducerFactory<X> producerFactory)
 | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.