getRegisteredInstanceSupplier
abstract fun <T> getRegisteredInstanceSupplier(type: Class<T>): BootstrapRegistry.InstanceSupplier<T>
Return any existing InstanceSupplier for the given type.
Return
the registered InstanceSupplier or null
Parameters
<T>
the instance type
type
the instance type