Uses of Interface
javax.enterprise.inject.spi.configurator.ProducerConfigurator
-
Packages that use ProducerConfigurator Package Description javax.enterprise.inject.spi The portable extension integration SPI.javax.enterprise.inject.spi.configurator org.jboss.weld.bootstrap.events org.jboss.weld.bootstrap.events.configurator -
-
Uses of ProducerConfigurator in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<X>ProcessProducer. configureProducer()Returns aProducerConfiguratorinitialized with theProducerprocessed by this event, to configure a newProducerthat will replace the original one at the end of the observer invocation. -
Uses of ProducerConfigurator in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<T>ProducerConfigurator. disposeWith(Consumer<T> callback)Set a callback to destroy the produced instance.<U extends T>
ProducerConfigurator<T>ProducerConfigurator. produceWith(Function<CreationalContext<U>,U> callback)Set a callback to produce a new instance. -
Uses of ProducerConfigurator in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<X>ProcessProducerImpl. configureProducer() -
Uses of ProducerConfigurator in org.jboss.weld.bootstrap.events.configurator
Classes in org.jboss.weld.bootstrap.events.configurator that implement ProducerConfigurator Modifier and Type Class Description classProducerConfiguratorImpl<T>Methods in org.jboss.weld.bootstrap.events.configurator that return ProducerConfigurator Modifier and Type Method Description ProducerConfigurator<T>ProducerConfiguratorImpl. disposeWith(Consumer<T> callback)<U extends T>
ProducerConfigurator<T>ProducerConfiguratorImpl. produceWith(Function<CreationalContext<U>,U> callback)
-