@FunctionalInterface public interface BootstrapRegistryInitializer
BootstrapRegistry
before it
is used.SpringApplication.addBootstrapRegistryInitializer(BootstrapRegistryInitializer)
,
BootstrapRegistry
Modifier and Type | Method and Description |
---|---|
void |
initialize(BootstrapRegistry registry)
Initialize the given
BootstrapRegistry with any required registrations. |
void initialize(BootstrapRegistry registry)
BootstrapRegistry
with any required registrations.registry
- the registry to initialize