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
getFactory
Link copied to clipboard
abstract fun getFactory(di: BindingDI<*>, key: DI.Key<*, *, *>): (Any?) -> Any?
Content copied to clipboard