Package org.springframework.boot.bootstrap
@NullMarked
package org.springframework.boot.bootstrap
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
ClassDescriptionA simple bootstrap context that is available during startup and
Environment
post-processing up to the point that theApplicationContext
is prepared.ApplicationEvent
published by aBootstrapContext
when it's closed.A simple object registry that is available during startup andEnvironment
post-processing up to the point that theApplicationContext
is prepared.Supplier used to provide the actual instance when needed.The scope of an instance.Callback interface that can be used to initialize aBootstrapRegistry
before it is used.ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.DefaultConfigurableBootstrapContext
implementation.