Class VerifyYourDetailsViewModel_Factory

  • All Implemented Interfaces:
    dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel>, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel>

    @DaggerGenerated
    public final class VerifyYourDetailsViewModel_Factory
    extends java.lang.Object
    implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel>
    • Constructor Summary

      Constructors 
      Constructor Description
      VerifyYourDetailsViewModel_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper> bacCredentialMapperProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static VerifyYourDetailsViewModel_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper> bacCredentialMapperProvider)  
      com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel get()  
      static com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel newInstance​(com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper bacCredentialMapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerifyYourDetailsViewModel_Factory

        public VerifyYourDetailsViewModel_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper> bacCredentialMapperProvider)
    • Method Detail

      • get

        public com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel get()
        Specified by:
        get in interface javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel>
      • create

        public static VerifyYourDetailsViewModel_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper> bacCredentialMapperProvider)
      • newInstance

        public static com.yoti.mobile.android.documentcapture.id.view.verify.VerifyYourDetailsViewModel newInstance​(com.yoti.mobile.android.documentcapture.id.view.verify.DocumentScanResultViewDataToBacCredentialMapper bacCredentialMapper)