Uses of Interface
io.helidon.pico.api.Bootstrap
Packages that use Bootstrap
Package
Description
The Pico API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Pico runtime services.
Pico SPI.
-
Uses of Bootstrap in io.helidon.pico.api
Methods in io.helidon.pico.api that return BootstrapModifier and TypeMethodDescriptionPicoServices.bootstrap()Returns theBootstrapconfiguration instance that was used to initialize this instance.static BootstrapPicoServices.realizedGlobalBootStrap()First attempts to locate and return thePicoServices.globalBootstrap()and if not found will create a new bootstrap instance.Methods in io.helidon.pico.api that return types with arguments of type BootstrapModifier and TypeMethodDescriptionPicoServices.globalBootstrap()Retrieves any primordial bootstrap configuration that previously set.Methods in io.helidon.pico.api with parameters of type BootstrapModifier and TypeMethodDescriptionstatic voidPicoServices.globalBootstrap(Bootstrap bootstrap) Sets the primordial bootstrap configuration that will supplyPicoServices.picoServices()during global singleton initialization. -
Uses of Bootstrap in io.helidon.pico.runtime
Methods in io.helidon.pico.runtime with parameters of type BootstrapModifier and TypeMethodDescription -
Uses of Bootstrap in io.helidon.pico.spi
Methods in io.helidon.pico.spi with parameters of type BootstrapModifier and TypeMethodDescriptionProvide thePicoServices implementation given the provided primordialBootstrapconfiguration instance.