Uses of Interface
org.springframework.boot.bootstrap.BootstrapRegistry
Packages that use BootstrapRegistry
Package
Description
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
Uses of BootstrapRegistry in org.springframework.boot.bootstrap
Subinterfaces of BootstrapRegistry in org.springframework.boot.bootstrapModifier and TypeInterfaceDescriptioninterface
ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.Classes in org.springframework.boot.bootstrap that implement BootstrapRegistryMethods in org.springframework.boot.bootstrap with parameters of type BootstrapRegistryModifier and TypeMethodDescriptionvoid
BootstrapRegistryInitializer.initialize
(BootstrapRegistry registry) Initialize the givenBootstrapRegistry
with any required registrations.