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 TypeInterfaceDescriptioninterfaceABootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface.Classes in org.springframework.boot.bootstrap that implement BootstrapRegistryMethods in org.springframework.boot.bootstrap with parameters of type BootstrapRegistryModifier and TypeMethodDescriptionvoidBootstrapRegistryInitializer.initialize(BootstrapRegistry registry) Initialize the givenBootstrapRegistrywith any required registrations.