Class BiometricConsentFeatureConfigurationToViewDataMapper_Factory
java.lang.Object
com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper>,javax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper>
@DaggerGenerated
public final class BiometricConsentFeatureConfigurationToViewDataMapper_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper>
-
Constructor Summary
ConstructorsConstructorDescriptionBiometricConsentFeatureConfigurationToViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter> resourceRetentionConverterProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter> resourceRetentionConverterProvider) com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapperget()static com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMappernewInstance(com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter resourceRetentionConverter)
-
Constructor Details
-
BiometricConsentFeatureConfigurationToViewDataMapper_Factory
public BiometricConsentFeatureConfigurationToViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter> resourceRetentionConverterProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper>
-
create
public static BiometricConsentFeatureConfigurationToViewDataMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter> resourceRetentionConverterProvider) -
newInstance
public static com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentFeatureConfigurationToViewDataMapper newInstance(com.yoti.mobile.android.liveness.view.biometric_consent.BiometricConsentResourceRetentionConverter resourceRetentionConverter)
-