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