Class IdDocumentCaptureApiServiceModule_ProvidesApiServiceFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.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_ProvidesApiServiceFactorycreate(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.DocumentCaptureApiServiceget()static com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiServiceprovidesApiService(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule instance, com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory, okhttp3.OkHttpClient okHttpClient, com.google.gson.Gson gson)
-
-
-
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:
getin interfacejavax.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)
-
-