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 |
---|---|
BootstrapContext |
BootstrapContextClosedEvent.getBootstrapContext()
Return the
BootstrapContext that was closed. |
Modifier and Type | Method and Description |
---|---|
T |
BootstrapRegistry.InstanceSupplier.get(BootstrapContext context)
Factory method used to create the instance when needed.
|