-
- All Implemented Interfaces:
-
dagger.internal.Factory,javax.inject.Provider
@DaggerGenerated()@Generated(value = dagger.internal.codegen.ComponentProcessor, comments = https://dagger.dev) public final class ApiModule_ProvidesHttpLoggingInterceptorFactory implements Factory<HttpLoggingInterceptor>
-
-
Constructor Summary
Constructors Constructor Description ApiModule_ProvidesHttpLoggingInterceptorFactory(ApiModule module)
-
Method Summary
Modifier and Type Method Description HttpLoggingInterceptorget()static ApiModule_ProvidesHttpLoggingInterceptorFactorycreate(ApiModule module)static HttpLoggingInterceptorprovidesHttpLoggingInterceptor(ApiModule instance)-
-
Method Detail
-
get
HttpLoggingInterceptor get()
-
create
static ApiModule_ProvidesHttpLoggingInterceptorFactory create(ApiModule module)
-
providesHttpLoggingInterceptor
static HttpLoggingInterceptor providesHttpLoggingInterceptor(ApiModule instance)
-
-
-
-