Class ScanModule_ProvidesDocumentResourceRepositoryFactory
java.lang.Object
com.yoti.mobile.android.documentcapture.di.ScanModule_ProvidesDocumentResourceRepositoryFactory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>>
@DaggerGenerated
public final class ScanModule_ProvidesDocumentResourceRepositoryFactory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>>
-
Constructor Summary
ConstructorsConstructorDescriptionScanModule_ProvidesDocumentResourceRepositoryFactory(com.yoti.mobile.android.documentcapture.di.ScanModule module) -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.yoti.mobile.android.documentcapture.di.ScanModule module) com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>get()static com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>providesDocumentResourceRepository(com.yoti.mobile.android.documentcapture.di.ScanModule instance)
-
Constructor Details
-
ScanModule_ProvidesDocumentResourceRepositoryFactory
public ScanModule_ProvidesDocumentResourceRepositoryFactory(com.yoti.mobile.android.documentcapture.di.ScanModule module)
-
-
Method Details
-
get
public com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity> get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity>>
-
create
public static ScanModule_ProvidesDocumentResourceRepositoryFactory create(com.yoti.mobile.android.documentcapture.di.ScanModule module) -
providesDocumentResourceRepository
public static com.yoti.mobile.android.documentcapture.domain.IDocumentResourceRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentResourceEntity> providesDocumentResourceRepository(com.yoti.mobile.android.documentcapture.di.ScanModule instance)
-