Class DocumentFeatureErrorToFailureMapper_Factory
java.lang.Object
com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper>
@DaggerGenerated
public final class DocumentFeatureErrorToFailureMapper_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper>
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentFeatureErrorToFailureMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider) com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapperget()static com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMappernewInstance(com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper exceptionToFailureMapper)
-
Constructor Details
-
DocumentFeatureErrorToFailureMapper_Factory
public DocumentFeatureErrorToFailureMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper>
-
create
public static DocumentFeatureErrorToFailureMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider) -
newInstance
public static com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper newInstance(com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper exceptionToFailureMapper)
-