Class DocumentScanFragment_MembersInjector

java.lang.Object
com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment_MembersInjector
All Implemented Interfaces:
dagger.MembersInjector<com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment>

@DaggerGenerated public final class DocumentScanFragment_MembersInjector extends 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, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher> nfcCaptureLauncherProvider)
     
  • Method Summary

    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, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher> nfcCaptureLauncherProvider)
     
    void
    injectMembers(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance)
     
    static void
    injectNfcCaptureLauncher(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher nfcCaptureLauncher)
     
    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 Details

    • 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, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher> nfcCaptureLauncherProvider)
  • Method Details

    • 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, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher> nfcCaptureLauncherProvider)
    • 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)
    • injectNfcCaptureLauncher

      public static void injectNfcCaptureLauncher(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher nfcCaptureLauncher)