Class ReduceDocumentImageSizeInteractor_Factory<T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>
java.lang.Object
com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor_Factory<T>
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T>>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T>>
@DaggerGenerated
public final class ReduceDocumentImageSizeInteractor_Factory<T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>
ReduceDocumentImageSizeInteractor_Factory<T>create()com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T>get()static <T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>
com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T>
-
Constructor Details
-
ReduceDocumentImageSizeInteractor_Factory
public ReduceDocumentImageSizeInteractor_Factory()
-
-
Method Details
-
get
- Specified by:
getin interfacejavax.inject.Provider<T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity>
-
create
public static <T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity> ReduceDocumentImageSizeInteractor_Factory<T> create() -
newInstance
public static <T extends com.yoti.mobile.android.documentcapture.domain.model.IDocumentEntity> com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T> newInstance()
-