Class 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_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)  
      com.google.gson.Gson get()  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        get in interface javax.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)