- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
InternalBootstrap.BuilderBase.InternalBootstrapImpl
Internal bootstrap is what we store when
InjectionServices.globalBootstrap(Bootstrap) is used.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forInternalBootstrap.static classInternalBootstrap.BuilderBase<BUILDER extends InternalBootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InternalBootstrap> Fluent API builder base forInternalBootstrap. -
Method Summary
Modifier and TypeMethodDescriptionThe user established bootstrap.static InternalBootstrap.Builderbuilder()Create a new fluent API builder to customize configuration.static InternalBootstrap.Builderbuilder(InternalBootstrap instance) Create a new fluent API builder from an existing instance.Only populated whenInjectionServices.TAG_DEBUGis set.static InternalBootstrapcreate()Create a new instance with default values.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.- Returns:
- a new instance
-
bootStrap
The user established bootstrap.- Returns:
- user established bootstrap
-
callingContext
Optional<CallingContext> callingContext()Only populated whenInjectionServices.TAG_DEBUGis set.- Returns:
- the calling context
-