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

    Constructors
    Constructor
    Description
    DocumentFeatureErrorToFailureMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper> exceptionToFailureMapperProvider)
     
    com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper
    get()
     
    static com.yoti.mobile.android.documentcapture.view.DocumentFeatureErrorToFailureMapper
    newInstance(com.yoti.mobile.android.yotisdkcore.core.view.model.ExceptionToFailureMapper exceptionToFailureMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      get in interface javax.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)