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 Details

    • ReduceDocumentImageSizeInteractor_Factory

      public ReduceDocumentImageSizeInteractor_Factory()
  • Method Details

    • get

      public com.yoti.mobile.android.documentcapture.domain.ReduceDocumentImageSizeInteractor<T> get()
      Specified by:
      get in interface javax.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()