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 Summary
ConstructorsConstructorDescriptionNetworkConfigurationModule_ProvidesNetworkConfigurationRepositoryFactory(javax.inject.Provider<com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository> repositoryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository> repositoryProvider) com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepositoryget()static com.yoti.mobile.android.remote.configuration.domain.INetworkConfigurationRepositoryprovidesNetworkConfigurationRepository(com.yoti.mobile.android.remote.configuration.data.NetworkConfigurationRepository repository)
-
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:
getin interfacejavax.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)
-