Uses of Interface
org.springframework.boot.BootstrapRegistry
Packages that use BootstrapRegistry
-
Uses of BootstrapRegistry in org.springframework.boot
Subinterfaces of BootstrapRegistry in org.springframework.bootModifier and TypeInterfaceDescriptioninterface
ABootstrapContext
that also provides configuration methods through theBootstrapRegistry
interface.Classes in org.springframework.boot that implement BootstrapRegistryMethods in org.springframework.boot with parameters of type BootstrapRegistryModifier and TypeMethodDescriptionvoid
BootstrapRegistryInitializer.initialize
(BootstrapRegistry registry) Initialize the givenBootstrapRegistry
with any required registrations.