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
ConstructorsConstructorDescriptionDocumentScanFragment_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 TypeMethodDescriptionstatic 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) voidinjectMembers(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance) static voidinjectNfcCaptureLauncher(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.yotisdkcore.feature.nfc.NfcCaptureLauncher nfcCaptureLauncher) static voidinjectScanFragmentFactory(com.yoti.mobile.android.documentcapture.id.view.scan.DocumentScanFragment instance, com.yoti.mobile.android.documentcapture.id.view.scan.IScanFragmentFactoryWrapper scanFragmentFactory) static voidinjectViewModelFactory(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)
-
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:
injectMembersin interfacedagger.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)
-