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 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:
      get in interface javax.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)