Uses of Interface
jakarta.enterprise.inject.spi.Producer
-
Uses of Producer in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.Modifier and TypeMethodDescription<T> Producer<T>
ProducerFactory.createProducer
(Bean<T> bean) Create a new producer for a bean.ProcessProducer.getProducer()
Returns theProducer
object that will be used by the container to call the producer method or read the producer field.Modifier and TypeMethodDescriptionvoid
ProcessProducer.setProducer
(Producer<X> producer) Replaces theProducer
object that will be used by the container to call the producer method or read the producer field.