Uses of Interface
io.helidon.inject.api.Bootstrap
Packages that use Bootstrap
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection SPI.
-
Uses of Bootstrap in io.helidon.inject.api
Classes in io.helidon.inject.api with type parameters of type BootstrapModifier and TypeClassDescriptionstatic classBootstrap.BuilderBase<BUILDER extends Bootstrap.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Bootstrap> Deprecated.Fluent API builder base forBootstrap.Classes in io.helidon.inject.api that implement BootstrapModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.inject.api that return BootstrapModifier and TypeMethodDescriptionInjectionServices.bootstrap()Deprecated, for removal: This API element is subject to removal in a future version.Returns theBootstrapconfiguration instance that was used to initialize this instance.Bootstrap.Builder.build()Bootstrap.Builder.buildPrototype()static BootstrapBootstrap.create()Deprecated.Create a new instance with default values.static BootstrapInjectionServices.realizedGlobalBootStrap()Deprecated, for removal: This API element is subject to removal in a future version.First attempts to locate and return theInjectionServices.globalBootstrap()and if not found will create a new bootstrap instance.Methods in io.helidon.inject.api that return types with arguments of type BootstrapModifier and TypeMethodDescriptionInternalBootstrap.BuilderBase.bootStrap()The user established bootstrap.InternalBootstrap.BuilderBase.InternalBootstrapImpl.bootStrap()InjectionServices.globalBootstrap()Deprecated, for removal: This API element is subject to removal in a future version.Retrieves any primordial bootstrap configuration that previously set.Methods in io.helidon.inject.api with parameters of type BootstrapModifier and TypeMethodDescriptionThe user established bootstrap.static Bootstrap.BuilderDeprecated.Create a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.static voidInjectionServices.globalBootstrap(Bootstrap bootstrap) Deprecated, for removal: This API element is subject to removal in a future version.Sets the primordial bootstrap configuration that will supplyInjectionServices.injectionServices()during global singleton initialization. -
Uses of Bootstrap in io.helidon.inject.spi
Methods in io.helidon.inject.spi with parameters of type BootstrapModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Provide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.