Uses of Interface
org.springframework.boot.bootstrap.BootstrapContext
Packages that use BootstrapContext
Package
Description
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
Uses of BootstrapContext in org.springframework.boot.bootstrap
Subinterfaces of BootstrapContext in org.springframework.boot.bootstrapModifier and TypeInterfaceDescriptioninterface
ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.Classes in org.springframework.boot.bootstrap that implement BootstrapContextMethods in org.springframework.boot.bootstrap that return BootstrapContextModifier and TypeMethodDescriptionBootstrapContextClosedEvent.getBootstrapContext()
Return theBootstrapContext
that was closed.Methods in org.springframework.boot.bootstrap with parameters of type BootstrapContextModifier and TypeMethodDescription@Nullable T
BootstrapRegistry.InstanceSupplier.get
(BootstrapContext context) Factory method used to create the instance when needed.