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

    Constructors
    Constructor
    Description
    TypedLoggingInterceptor_Factory(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.remote.ApiServiceFactory> apiServiceFactoryProvider)
     
    com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor
    get()
     
    static com.yoti.mobile.android.remote.interceptor.TypedLoggingInterceptor
    newInstance(com.yoti.mobile.android.remote.ApiServiceFactory apiServiceFactory)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      get in interface javax.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)