Class IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider>
@DaggerGenerated public final class IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider> idDocumentSelectionDependenciesProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactorycreate(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider> idDocumentSelectionDependenciesProvider)com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProviderget()static com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProviderprovidesCoreSelectionDependenciesProvider(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule instance, com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider idDocumentSelectionDependenciesProvider)
-
-
-
Constructor Detail
-
IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory
public IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider> idDocumentSelectionDependenciesProvider)
-
-
Method Detail
-
get
public com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider>
-
create
public static IdDocumentCaptureModule_ProvidesCoreSelectionDependenciesProviderFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule module, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider> idDocumentSelectionDependenciesProvider)
-
providesCoreSelectionDependenciesProvider
public static com.yoti.mobile.android.documentcapture.di.IDocumentSelectionDependenciesProvider providesCoreSelectionDependenciesProvider(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureModule instance, com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider idDocumentSelectionDependenciesProvider)
-
-