Module io.helidon.inject.api
Package io.helidon.inject.api
Class InvocationContext.BuilderBase.InvocationContextImpl
java.lang.Object
io.helidon.inject.api.InvocationContext.BuilderBase.InvocationContextImpl
- All Implemented Interfaces:
Prototype.Api,InvocationContext
- Enclosing class:
InvocationContext.BuilderBase<BUILDER extends InvocationContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InvocationContext>
protected static class InvocationContext.BuilderBase.InvocationContextImpl
extends Object
implements InvocationContext
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.inject.api.InvocationContext
InvocationContext.Builder, InvocationContext.BuilderBase<BUILDER extends InvocationContext.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InvocationContext> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvocationContextImpl(InvocationContext.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
InvocationContextImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details