Class UploadModule_ProvidesDocumentRepositoryFactory

java.lang.Object
com.yoti.mobile.android.documentcapture.di.UploadModule_ProvidesDocumentRepositoryFactory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>>

@DaggerGenerated public final class UploadModule_ProvidesDocumentRepositoryFactory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>>
  • Constructor Details

    • UploadModule_ProvidesDocumentRepositoryFactory

      public UploadModule_ProvidesDocumentRepositoryFactory(com.yoti.mobile.android.documentcapture.di.UploadModule module)
  • Method Details

    • get

      public com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity> get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>>
    • create

      public static UploadModule_ProvidesDocumentRepositoryFactory create(com.yoti.mobile.android.documentcapture.di.UploadModule module)
    • providesDocumentRepository

      public static com.yoti.mobile.android.documentcapture.domain.IDocumentRepository<com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity> providesDocumentRepository(com.yoti.mobile.android.documentcapture.di.UploadModule instance)