Class LivenessExceptionToEntityMapper_Factory
java.lang.Object
com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper>,javax.inject.Provider<com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper>
@DaggerGenerated
public final class LivenessExceptionToEntityMapper_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper>
-
Constructor Summary
ConstructorsConstructorDescriptionLivenessExceptionToEntityMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider) com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapperget()static com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMappernewInstance(com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper dataErrorToYdsErrorMapper)
-
Constructor Details
-
LivenessExceptionToEntityMapper_Factory
public LivenessExceptionToEntityMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper>
-
create
public static LivenessExceptionToEntityMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider) -
newInstance
public static com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper newInstance(com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper dataErrorToYdsErrorMapper)
-