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 |
Bootstrapper.intitialize(BootstrapRegistry registry)
Initialize the given
BootstrapRegistry with any required registrations. |