| Package | Description |
|---|---|
| javax.enterprise.inject.spi | |
| javax.enterprise.inject.spi.configurator |
| Modifier and Type | Method and Description |
|---|---|
ProducerConfigurator<RETURNTYPE> |
ProcessProducer.configureProducer()
This method can be used to tweak the underlying Producer currently processed.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerConfigurator<T> |
ProducerConfigurator.disposeWith(Consumer<T> callback)
Set a
Consumer to destroy a bean instance. |
<U extends T> |
ProducerConfigurator.produceWith(Function<CreationalContext<U>,U> callback) |
Copyright © 2025. All rights reserved.