Class TypedLoggingInterceptor_Factory
java.lang.Object
com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor>,javax.inject.Provider<com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor>
@DaggerGenerated
public final class TypedLoggingInterceptor_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor>
-
Constructor Summary
ConstructorsConstructorDescriptionTypedLoggingInterceptor_Factory(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider) com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptorget()static com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptornewInstance(com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory)
-
Constructor Details
-
TypedLoggingInterceptor_Factory
public TypedLoggingInterceptor_Factory(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor>
-
create
public static TypedLoggingInterceptor_Factory create(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider) -
newInstance
public static com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor newInstance(com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory)
-