Uses of Interface
javax.enterprise.inject.spi.ProducerFactory
-
Packages that use ProducerFactory Package Description javax.enterprise.inject.spi -
-
Uses of ProducerFactory in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ProducerFactory Modifier and Type Method 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)Methods in javax.enterprise.inject.spi with parameters of type ProducerFactory Modifier and Type Method Description <T,X>
Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, java.lang.Class<X> beanClass, ProducerFactory<X> producerFactory)Create aBeanfrom the given bean attributes.
-