Class NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory

java.lang.Object
com.yoti.mobile.android.remote.di.NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory
All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository>, javax.inject.Provider<com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository>

@DaggerGenerated public final class NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory extends Object implements dagger.internal.Factory<com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository>
  • Constructor Details

    • NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory

      public NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory(javax.inject.Provider<com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository> repositoryProvider)
  • Method Details

    • get

      public com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository get()
      Specified by:
      get in interface javax.inject.Provider<com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository>
    • create

      public static NetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory create(javax.inject.Provider<com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository> repositoryProvider)
    • providesNetworkConfigurationRepository

      public static com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepository providesNetworkConfigurationRepository(com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository repository)