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> 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()Returns theBootstrapconfiguration instance that was used to initialize this instance.Bootstrap.Builder.build()Bootstrap.Builder.buildPrototype()static BootstrapBootstrap.create()Create a new instance with default values.static BootstrapInjectionServices.realizedGlobalBootStrap()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()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.BuilderCreate a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.static voidInjectionServices.globalBootstrap(Bootstrap bootstrap) 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 TypeMethodDescriptionProvide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.