BootstrapRegistryInitializer
@Deprecated public interface Bootstrapper
BootstrapRegistry
before it
is used.SpringApplication.addBootstrapper(Bootstrapper)
,
BootstrapRegistry
Modifier and Type | Method and Description |
---|---|
default void |
initialize(BootstrapRegistry registry)
Deprecated.
Initialize the given
BootstrapRegistry with any required registrations. |
void |
intitialize(BootstrapRegistry registry)
Deprecated.
since 2.4.4 for removal in 2.6 in favor of
initialize(BootstrapRegistry) |
default void initialize(BootstrapRegistry registry)
BootstrapRegistry
with any required registrations.registry
- the registry to initialize@Deprecated void intitialize(BootstrapRegistry registry)
initialize(BootstrapRegistry)
BootstrapRegistry
with any required registrations.registry
- the registry to initialize