Class IdDocumentSelectionErrorToFailureMapper_Factory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper>
@DaggerGenerated public final class IdDocumentSelectionErrorToFailureMapper_Factory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper>
-
-
Constructor Summary
Constructors Constructor Description IdDocumentSelectionErrorToFailureMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotidocs.common.error.ExceptionToFailureMapper> exceptionToFailureMapperProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdDocumentSelectionErrorToFailureMapper_Factorycreate(javax.inject.Provider<com.yoti.mobile.android.yotidocs.common.error.ExceptionToFailureMapper> exceptionToFailureMapperProvider)com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapperget()static com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMappernewInstance(com.yoti.mobile.android.yotidocs.common.error.ExceptionToFailureMapper exceptionToFailureMapper)
-
-
-
Method Detail
-
get
public com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper>
-
create
public static IdDocumentSelectionErrorToFailureMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotidocs.common.error.ExceptionToFailureMapper> exceptionToFailureMapperProvider)
-
newInstance
public static com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentSelectionErrorToFailureMapper newInstance(com.yoti.mobile.android.yotidocs.common.error.ExceptionToFailureMapper exceptionToFailureMapper)
-
-