Class SelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory
java.lang.Object
com.yoti.mobile.android.documentcapture.di.SelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure>> javax.inject.Provider<com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure>>
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory(com.yoti.mobile.android.documentcapture.di.SelectionModule module) -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.yoti.mobile.android.documentcapture.di.SelectionModule module) com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure> get()static com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure> provideDocumentFeatureErrorToFailureMapper(com.yoti.mobile.android.documentcapture.di.SelectionModule instance)
-
Constructor Details
-
SelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory
public SelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory(com.yoti.mobile.android.documentcapture.di.SelectionModule module)
-
-
Method Details
-
get
public com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure> get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure>>
-
create
public static SelectionModule_ProvideDocumentFeatureErrorToFailureMapperFactory create(com.yoti.mobile.android.documentcapture.di.SelectionModule module) -
provideDocumentFeatureErrorToFailureMapper
public static com.yoti.mobile.android.yotidocs.common.Mapper<Throwable,com.yoti.mobile.android.yotisdkcore.core.view.model.YdsFailure> provideDocumentFeatureErrorToFailureMapper(com.yoti.mobile.android.documentcapture.di.SelectionModule instance)
-