Uses of Interface
jakarta.enterprise.inject.spi.ProducerFactory
-
Packages that use ProducerFactory Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of ProducerFactory in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return ProducerFactory Modifier and Type Method Description <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.Methods in jakarta.enterprise.inject.spi with parameters of type ProducerFactory Modifier and Type Method Description <T,X>
Bean<T>BeanManager. createBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory)
-