Uses of Interface
javax.enterprise.inject.spi.ProducerFactory
-
Packages that use ProducerFactory Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.manager org.jboss.weld.util -
-
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)An implementation ofProducerFactorythat provides container createdProducerinstances for the given field.<X> ProducerFactory<X>BeanManager. getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean)An implementation ofProducerFactorythat provides container createdProducerinstances for the given method.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, Class<X> beanClass, ProducerFactory<X> producerFactory) -
Uses of ProducerFactory in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type ProducerFactory Modifier and Type Method Description static <T,X>
AbstractSyntheticBean<T>SyntheticBeanFactory. create(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> factory, BeanManagerImpl manager)Constructors in org.jboss.weld.bean with parameters of type ProducerFactory Constructor Description SyntheticProducerBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> factory, BeanManagerImpl manager) -
Uses of ProducerFactory in org.jboss.weld.manager
Classes in org.jboss.weld.manager that implement ProducerFactory Modifier and Type Class Description classAbstractProducerFactory<X>classFieldProducerFactory<X>classMethodProducerFactory<X>Methods in org.jboss.weld.manager with parameters of type ProducerFactory Modifier and Type Method Description <T,X>
Bean<T>BeanManagerImpl. createBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory) -
Uses of ProducerFactory in org.jboss.weld.util
Methods in org.jboss.weld.util that return ProducerFactory Modifier and Type Method Description <X> ProducerFactory<X>ForwardingBeanManager. getProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean)<X> ProducerFactory<X>ForwardingBeanManager. getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean)Methods in org.jboss.weld.util with parameters of type ProducerFactory Modifier and Type Method Description <T,X>
Bean<T>ForwardingBeanManager. createBean(BeanAttributes<T> attributes, Class<X> beanClass, ProducerFactory<X> producerFactory)
-