Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableBootstrapContext
A
BootstrapContext that also provides configuration methods via the
BootstrapRegistry interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBootstrapContext
Default
ConfigurableBootstrapContext implementation. |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapRegistryInitializer.initialize(BootstrapRegistry registry)
Initialize the given
BootstrapRegistry with any required registrations. |
default void |
Bootstrapper.initialize(BootstrapRegistry registry)
Deprecated.
Initialize the given
BootstrapRegistry with any required registrations. |
void |
Bootstrapper.intitialize(BootstrapRegistry registry)
Deprecated.
since 2.4.4 for removal in 2.6 in favor of
Bootstrapper.initialize(BootstrapRegistry) |