Uses of Package
org.springframework.boot.bootstrap
Packages that use org.springframework.boot.bootstrap
Package
Description
Core Spring Boot classes.
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
Fluent 'builder' style API to construct a
SpringApplication
.External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
ApplicationEvents
triggered by
Spring Boot.Classes supporting application concerns and the org.springframework.boot package.
-
Classes in org.springframework.boot.bootstrap used by org.springframework.bootClassDescriptionCallback interface that can be used to initialize a
BootstrapRegistry
before it is used.ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface. -
Classes in org.springframework.boot.bootstrap used by org.springframework.boot.bootstrapClassDescriptionA 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.ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface. -
Classes in org.springframework.boot.bootstrap used by org.springframework.boot.builderClassDescriptionCallback interface that can be used to initialize a
BootstrapRegistry
before it is used. -
Classes in org.springframework.boot.bootstrap used by org.springframework.boot.context.configClassDescriptionA
BootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface. -
Classes in org.springframework.boot.bootstrap used by org.springframework.boot.context.eventClassDescriptionA
BootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface. -
Classes in org.springframework.boot.bootstrap used by org.springframework.boot.supportClassDescriptionA
BootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.