|
||||||||||
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 | |
---|---|
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 | |
---|---|
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 |