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

    Constructors
    Constructor
    Description
    LivenessExceptionToEntityMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper> dataErrorToYdsErrorMapperProvider)
     
    com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper
    get()
     
    static com.yoti.mobile.android.liveness.data.LivenessExceptionToEntityMapper
    newInstance(com.yoti.mobile.android.yotisdkcore.core.data.DataErrorToYdsErrorMapper dataErrorToYdsErrorMapper)
     

    Methods inherited from class java.lang.Object

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