Class IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory

  • All Implemented Interfaces:
    dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService>

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

      Constructors 
      Constructor Description
      IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider, javax.inject.Provider<okhttp3.OkHttpClient> okHttpClientProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory create​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider, javax.inject.Provider<okhttp3.OkHttpClient> okHttpClientProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider)  
      com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService get()  
      static com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService providesApiService​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule instance, com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory, okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson)  
      • Methods inherited from class java.lang.Object

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

      • IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory

        public IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module,
                                                                           javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider,
                                                                           javax.inject.Provider<okhttp3.OkHttpClient> okHttpClientProvider,
                                                                           javax.inject.Provider<com.google.gson.Gson> gsonProvider)
    • Method Detail

      • get

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

        public static IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory create​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module,
                                                                                         javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider,
                                                                                         javax.inject.Provider<okhttp3.OkHttpClient> okHttpClientProvider,
                                                                                         javax.inject.Provider<com.google.gson.Gson> gsonProvider)
      • providesApiService

        public static com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService providesApiService​(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule instance,
                                                                                                                          com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory,
                                                                                                                          okhttp3.OkHttpClient okHttpClient,
                                                                                                                          com.google.gson.Gson gson)