Class DelegatingProducer<T>
java.lang.Object
io.helidon.integrations.cdi.delegates.DelegatingProducer<T>
- Type Parameters:
T
- the type of produced object
- All Implemented Interfaces:
Producer<T>
- Direct Known Subclasses:
DelegatingInjectionTarget
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DelegatingProducer
Creates a newDelegatingProducer
.- Parameters:
delegate
- theProducer
to which all operations will be forwarded; must not benull
- Throws:
NullPointerException
- ifdelegate
isnull
-
-
Method Details