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