|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Producer | |
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. |
| Uses of Producer in javax.enterprise.inject.spi |
|---|
| Subinterfaces of Producer in javax.enterprise.inject.spi | |
|---|---|
interface |
InjectionTarget<T>
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type. |
| Methods in javax.enterprise.inject.spi that return Producer | ||
|---|---|---|
|
BeanManager.createProducer(AnnotatedField<? super X> field,
Bean<X> declaringBean)
Obtains a Producer for the given AnnotatedField. |
|
|
BeanManager.createProducer(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
Obtains a Producer for the given AnnotatedKetuod. |
|
Producer<X> |
ProcessProducer.getProducer()
Returns the Producer object that will be used by the container to call the producer
method or read the producer field. |
|
| Methods in javax.enterprise.inject.spi with parameters of type Producer | ||
|---|---|---|
|
BeanManager.createBean(BeanAttributes<T> attributes,
Class<?> beanClass,
Producer<T> producer)
Obtains a Bean for the given BeanAttributes, bean class and Producer. |
|
void |
ProcessProducer.setProducer(Producer<X> producer)
Replaces the Producer object that will be used by the container to call the producer
method or read the producer field. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||