|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducerFactory | |
---|---|
javax.enterprise.inject.spi | The portable extension integration SPI. |
Uses of ProducerFactory in javax.enterprise.inject.spi |
---|
Methods in javax.enterprise.inject.spi that return ProducerFactory | ||
---|---|---|
|
BeanManager.getProducerFactory(AnnotatedField<? super X> field)
An implementation of ProducerFactory that provides container created Producer
instances for the given field. |
|
|
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method)
An implementation of ProducerFactory that provides container created Producer
instances for the given method. |
Methods in javax.enterprise.inject.spi with parameters of type ProducerFactory | ||
---|---|---|
|
BeanManager.createBean(BeanAttributes<T> attributes,
Class<?> beanClass,
ProducerFactory<T> producerFactory)
Obtains a Bean for the given BeanAttributes , bean class and Producer . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |