Class DocumentScanFragment_MembersInjector

  • All Implemented Interfaces:
    dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment>

    @DaggerGenerated
    public final class DocumentScanFragment_MembersInjector
    extends java.lang.Object
    implements dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment>
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentScanFragment_MembersInjector​(javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper> scanFragmentFactoryProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment> create​(javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper> scanFragmentFactoryProvider)  
      void injectMembers​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance)  
      static void injectScanFragmentFactory​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper scanFragmentFactory)  
      static void injectViewModelFactory​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> viewModelFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentScanFragment_MembersInjector

        public DocumentScanFragment_MembersInjector​(javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>> viewModelFactoryProvider,
                                                    javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper> scanFragmentFactoryProvider)
    • Method Detail

      • create

        public static dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment> create​(javax.inject.Provider<com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel>> viewModelFactoryProvider,
                                                                                                                               javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper> scanFragmentFactoryProvider)
      • injectMembers

        public void injectMembers​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance)
        Specified by:
        injectMembers in interface dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment>
      • injectViewModelFactory

        public static void injectViewModelFactory​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance,
                                                  com.yoti.mobile.android.commonui.di.viewmodel.SavedStateViewModelFactory<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanViewModel> viewModelFactory)
      • injectScanFragmentFactory

        public static void injectScanFragmentFactory​(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance,
                                                     com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper scanFragmentFactory)