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
ConstructorsConstructorDescriptionCreateIdDocumentResourceService_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService> apiServiceProvider) com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceServiceget()static com.yoti.mobile.android.documentcapture.id.data.remote.CreateIdDocumentResourceServicenewInstance(com.yoti.mobile.android.documentcapture.id.data.remote.DocumentCaptureApiService apiService)
-
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:
getin interfacejavax.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)
-