Package 

Class ApiModule_ProvideRetrofitFactory

  • All Implemented Interfaces:
    dagger.internal.Factory , javax.inject.Provider

    @DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) 
    public final class ApiModule_ProvideRetrofitFactory
     implements Factory<Retrofit>
                        
    • Method Summary

      Modifier and Type Method Description
      Retrofit get()
      static ApiModule_ProvideRetrofitFactory create(ApiModule module, Provider<OkHttpClient> okHttpClientProvider)
      static Retrofit provideRetrofit(ApiModule instance, OkHttpClient okHttpClient)
      • Methods inherited from class javax.inject.Provider

        get
      • Methods inherited from class java.lang.Object

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

      • ApiModule_ProvideRetrofitFactory

        ApiModule_ProvideRetrofitFactory(ApiModule module, Provider<OkHttpClient> okHttpClientProvider)