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 |
---|---|
default void |
Bootstrapper.initialize(BootstrapRegistry registry)
Initialize the given
BootstrapRegistry with any required registrations. |
void |
Bootstrapper.intitialize(BootstrapRegistry registry)
Deprecated.
since 2.4.4 in favor of
Bootstrapper.initialize(BootstrapRegistry) |