ConfigurableBootstrapContext
A BootstrapContext that also provides configuration methods through the BootstrapRegistry interface.
Author
Phillip Webb
Since
2.4.0
See also
Inheritors
Functions
Link copied to clipboard
Add an ApplicationListener that will be called with a BootstrapContextClosedEvent when the BootstrapContext is closed and the ApplicationContext has been prepared.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T> getRegisteredInstanceSupplier(type: Class<T>): BootstrapRegistry.InstanceSupplier<T>
Return any existing InstanceSupplier for the given type.
Link copied to clipboard
Return if a registration exists for the given type.
Link copied to clipboard
abstract fun <T> registerIfAbsent(type: Class<T>, instanceSupplier: BootstrapRegistry.InstanceSupplier<T>)
Register a specific type with the registry if one is not already present.