Class NfcPassportCountriesLocalDataSource_Factory

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

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

      Constructors 
      Constructor Description
      NfcPassportCountriesLocalDataSource_Factory​(javax.inject.Provider<android.content.Context> contextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider, javax.inject.Provider<kotlinx.coroutines.CoroutineDispatcher> dispatcherProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NfcPassportCountriesLocalDataSource_Factory create​(javax.inject.Provider<android.content.Context> contextProvider, javax.inject.Provider<com.google.gson.Gson> gsonProvider, javax.inject.Provider<kotlinx.coroutines.CoroutineDispatcher> dispatcherProvider)  
      com.yoti.mobile.android.documentcapture.id.data.local.NfcPassportCountriesLocalDataSource get()  
      static com.yoti.mobile.android.documentcapture.id.data.local.NfcPassportCountriesLocalDataSource newInstance​(android.content.Context context, com.google.gson.Gson gson, kotlinx.coroutines.CoroutineDispatcher dispatcher)  
      • Methods inherited from class java.lang.Object

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

      • NfcPassportCountriesLocalDataSource_Factory

        public NfcPassportCountriesLocalDataSource_Factory​(javax.inject.Provider<android.content.Context> contextProvider,
                                                           javax.inject.Provider<com.google.gson.Gson> gsonProvider,
                                                           javax.inject.Provider<kotlinx.coroutines.CoroutineDispatcher> dispatcherProvider)
    • Method Detail

      • get

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

        public static NfcPassportCountriesLocalDataSource_Factory create​(javax.inject.Provider<android.content.Context> contextProvider,
                                                                         javax.inject.Provider<com.google.gson.Gson> gsonProvider,
                                                                         javax.inject.Provider<kotlinx.coroutines.CoroutineDispatcher> dispatcherProvider)
      • newInstance

        public static com.yoti.mobile.android.documentcapture.id.data.local.NfcPassportCountriesLocalDataSource newInstance​(android.content.Context context,
                                                                                                                            com.google.gson.Gson gson,
                                                                                                                            kotlinx.coroutines.CoroutineDispatcher dispatcher)