Uses of Interface
jakarta.enterprise.inject.spi.ProducerFactory
-
Uses of ProducerFactory in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescription<X> ProducerFactory<X>
BeanManager.getProducerFactory
(AnnotatedField<? super X> field, Bean<X> declaringBean) An implementation ofProducerFactory
that provides container createdProducer
instances for the given field.<X> ProducerFactory<X>
BeanManager.getProducerFactory
(AnnotatedMethod<? super X> method, Bean<X> declaringBean) An implementation ofProducerFactory
that provides container createdProducer
instances for the given method.Modifier and TypeMethodDescription<T,
X> Bean<T> BeanManager.createBean
(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory)