Class CreateIdDocumentResourceService_Factory

java.lang.Object
com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService_Factory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService>

@DaggerGenerated public final class CreateIdDocumentResourceService_Factory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService>
  • Constructor Summary

    Constructors
    Constructor
    Description
    CreateIdDocumentResourceService_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
     
    com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService
    get()
     
    static com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService
    newInstance(com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService apiService)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CreateIdDocumentResourceService_Factory

      public CreateIdDocumentResourceService_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
  • Method Details

    • get

      public com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService>
    • create

      public static CreateIdDocumentResourceService_Factory create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider)
    • newInstance

      public static com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceService newInstance(com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService apiService)