open class AndroidPresentationScopeInjectionAdapter : SimpleAndroidInjectionAdapter
Extended version of SimpleAndroidInjectionAdapter that retains a PresentationScope subgraph during Activity re-creation (configuration changes). |
|
class DependencyGraphContextWrapper : ContextWrapper
A ContextWrapper that holds a reference to a Graph and creates a clone of LayoutInflater that is bound to this. |
|
open class SimpleAndroidInjectionAdapter : InjectionAdapter
Extensible injection adapter that operates on an io.jentz.winter.inject.ApplicationScope component with an ActivityScope subcomponent. |
|
class WinterViewModel : ViewModel
A ViewModel that can hold a Graph instance and closes it onCleared. |