| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| org.jboss.weld.bean |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.manager |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| org.jboss.weld.util |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedField<? super X> field,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
field. |
<X> ProducerFactory<X> |
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
An implementation of
ProducerFactory that provides container created Producer instances for the given
method. |
| Modifier and Type | Method and Description |
|---|---|
<T,X> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> producerFactory)
|
| Modifier and Type | Method and Description |
|---|---|
static <T,X> AbstractSyntheticBean<T> |
SyntheticBeanFactory.create(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
| Constructor and Description |
|---|
SyntheticProducerBean(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> factory,
BeanManagerImpl manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProducerFactory<X> |
class |
FieldProducerFactory<X> |
class |
MethodProducerFactory<X> |
| Modifier and Type | Method and Description |
|---|---|
<T,X> Bean<T> |
BeanManagerImpl.createBean(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> producerFactory) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
<T,X> Bean<T> |
ForwardingBeanManager.createBean(BeanAttributes<T> attributes,
java.lang.Class<X> beanClass,
ProducerFactory<X> producerFactory) |
Copyright © 2015. All Rights Reserved.