DefaultBootstrapContext
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
Method to be called when BootstrapContext is closed and the ApplicationContext is prepared.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
open fun <T> registerIfAbsent(type: Class<T>, instanceSupplier: BootstrapRegistry.InstanceSupplier<T>)
Register a specific type with the registry if one is not already present.