ExternalSource

interface ExternalSource

An external source can provide to an answer to a retrieval that do not correspond to any binding that is registered in DI.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

getFactory
Link copied to clipboard
common
abstract fun getFactory(di: BindingDI<*>, key: DI.Key<*, *, *>): (Any?) -> Any?
This method is called when DI do not find a binding for a requested retrieval.