Module io.helidon.inject.api
Package io.helidon.inject.api
Class InternalBootstrap.BuilderBase.InternalBootstrapImpl
java.lang.Object
io.helidon.inject.api.InternalBootstrap.BuilderBase.InternalBootstrapImpl
- All Implemented Interfaces:
Prototype.Api,InternalBootstrap
- Enclosing class:
InternalBootstrap.BuilderBase<BUILDER extends InternalBootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InternalBootstrap>
protected static class InternalBootstrap.BuilderBase.InternalBootstrapImpl
extends Object
implements InternalBootstrap
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.InternalBootstrap
InternalBootstrap.Builder, InternalBootstrap.BuilderBase<BUILDER extends InternalBootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InternalBootstrap> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInternalBootstrapImpl(InternalBootstrap.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
InternalBootstrapImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details