Package 

Class ApiModule_ProvideApiServiceFactory

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

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

      Modifier and Type Method Description
      ApiService get()
      static ApiModule_ProvideApiServiceFactory create(ApiModule module, Provider<Retrofit> retrofitProvider)
      static ApiService provideApiService(ApiModule instance, Retrofit retrofit)
      • 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_ProvideApiServiceFactory

        ApiModule_ProvideApiServiceFactory(ApiModule module, Provider<Retrofit> retrofitProvider)