MembersInjector

fun interface MembersInjector<T : Any>(source)

Injects dependencies into the properties and functions on instances of type T. Ignores the presence or absence of an injectable constructor.

Parameters

T

type to inject members of

Functions

Link copied to clipboard
abstract fun injectMembers(instance: T)

Injects dependencies into the properties and functions of instance. Ignores the presence or absence of an injectable constructor.