Class IdDocumentSelectionDependenciesProvider_Factory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
@DaggerGenerated public final class IdDocumentSelectionDependenciesProvider_Factory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentSelectionDependenciesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper> scanConfigToEducationalViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper> docResConfigToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper> docSelectionErrorToFailureMapperProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentSelectionDependenciesProvider_Factorycreate(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper> scanConfigToEducationalViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper> docResConfigToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper> docSelectionErrorToFailureMapperProvider)com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProviderget()static com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvidernewInstance(com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper scanConfigToEducationalViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper docResConfigToSelectionViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper docSelectionErrorToFailureMapper)
-
-
-
Constructor Detail
-
IdDocumentSelectionDependenciesProvider_Factory
public IdDocumentSelectionDependenciesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper> scanConfigToEducationalViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper> docResConfigToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper> docSelectionErrorToFailureMapperProvider)
-
-
Method Detail
-
get
public com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
-
create
public static IdDocumentSelectionDependenciesProvider_Factory create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper> scanConfigToEducationalViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper> docResConfigToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper> docSelectionErrorToFailureMapperProvider)
-
newInstance
public static com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider newInstance(com.yoti.mobile.android.documentcapture.id.view.selection.IdScanConfigToEducationalViewDataMapper scanConfigToEducationalViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocConfigToDocSelectionViewDataMapper docResConfigToSelectionViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper docSelectionErrorToFailureMapper)
-
-