- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
InternalBootstrap.BuilderBase.InternalBootstrapImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Internal bootstrap is what we store when
InjectionServices.globalBootstrap(Bootstrap) is used.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forInternalBootstrap.static classInternalBootstrap.BuilderBase<BUILDER extends InternalBootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends InternalBootstrap> Deprecated.Fluent API builder base forInternalBootstrap. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.The user established bootstrap.static InternalBootstrap.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static InternalBootstrap.Builderbuilder(InternalBootstrap instance) Deprecated.Create a new fluent API builder from an existing instance.Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenInjectionServices.TAG_DEBUGis set.static InternalBootstrapcreate()Deprecated.Create a new instance with default values.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.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
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
bootStrap
Deprecated, for removal: This API element is subject to removal in a future version.The user established bootstrap.- Returns:
- user established bootstrap
-
callingContext
Optional<CallingContext> callingContext()Deprecated, for removal: This API element is subject to removal in a future version.Only populated whenInjectionServices.TAG_DEBUGis set.- Returns:
- the calling context
-