Class IdDocumentCaptureApiServiceModule_MakeGsonFactory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule_MakeGsonFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.google.gson.Gson>,javax.inject.Provider<com.google.gson.Gson>
@DaggerGenerated public final class IdDocumentCaptureApiServiceModule_MakeGsonFactory extends java.lang.Object implements dagger.internal.Factory<com.google.gson.Gson>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentCaptureApiServiceModule_MakeGsonFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.google.gson.GsonBuilder> gsonBuilderProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer> mrzSerializerProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentCaptureApiServiceModule_MakeGsonFactorycreate(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.google.gson.GsonBuilder> gsonBuilderProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer> mrzSerializerProvider)com.google.gson.Gsonget()static com.google.gson.GsonmakeGson(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule instance, com.google.gson.GsonBuilder gsonBuilder, com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer mrzSerializer)
-
-
-
Constructor Detail
-
IdDocumentCaptureApiServiceModule_MakeGsonFactory
public IdDocumentCaptureApiServiceModule_MakeGsonFactory(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.google.gson.GsonBuilder> gsonBuilderProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer> mrzSerializerProvider)
-
-
Method Detail
-
get
public com.google.gson.Gson get()
- Specified by:
getin interfacejavax.inject.Provider<com.google.gson.Gson>
-
create
public static IdDocumentCaptureApiServiceModule_MakeGsonFactory create(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule module, javax.inject.Provider<com.google.gson.GsonBuilder> gsonBuilderProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer> mrzSerializerProvider)
-
makeGson
public static com.google.gson.Gson makeGson(com.yoti.mobile.android.documentcapture.id.di.IdDocumentCaptureApiServiceModule instance, com.google.gson.GsonBuilder gsonBuilder, com.yoti.mobile.android.documentcapture.id.data.remote.MrzSerializer mrzSerializer)
-
-