IN - the input data type.OUT - the output data type.public abstract class DecoratingContextInvocationFactory<IN,OUT> extends ContextInvocationFactory<IN,OUT>
| Constructor and Description |
|---|
DecoratingContextInvocationFactory(ContextInvocationFactory<IN,OUT> wrapped)
Constructor.
|
public DecoratingContextInvocationFactory(@Nonnull ContextInvocationFactory<IN,OUT> wrapped)
wrapped - the wrapped factory instance.@Nonnull public final ContextInvocation<IN,OUT> newInvocation()
ContextInvocationFactorynewInvocation in class ContextInvocationFactory<IN,OUT>