External Source
interface ExternalSource
Content copied to clipboard
An external source can provide to an answer to a retrieval that do not correspond to any binding that is registered in DI.
Types
Functions
get Factory
Link copied to clipboard
abstract fun getFactory(di: BindingDI<*>, key: DI.Key<*, *, *>): (Any?) -> Any?
Content copied to clipboard
This method is called when DI do not find a binding for a requested retrieval.