Class Iso2CountryCodeProvider_Factory
java.lang.Object
com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider>,javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider>
@DaggerGenerated
public final class Iso2CountryCodeProvider_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider>
-
Constructor Summary
ConstructorsConstructorDescriptionIso2CountryCodeProvider_Factory(javax.inject.Provider<Map<String, String>> countryCodesMapProvider) -
Method Summary
Modifier and TypeMethodDescriptioncom.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProviderget()static com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvidernewInstance(Map<String, String> countryCodesMap)
-
Constructor Details
-
Iso2CountryCodeProvider_Factory
-
-
Method Details
-
get
public com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider>
-
create
public static Iso2CountryCodeProvider_Factory create(javax.inject.Provider<Map<String, String>> countryCodesMapProvider) -
newInstance
-