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
object Companion

Functions

getFactory
Link copied to clipboard
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.