Class OcrResultEntityToDataMapper_Factory

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

    @DaggerGenerated
    public final class OcrResultEntityToDataMapper_Factory
    extends java.lang.Object
    implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.data.OcrResultEntityToDataMapper>
    • Constructor Summary

      Constructors 
      Constructor Description
      OcrResultEntityToDataMapper_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper> addressEntityToDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper> documentTypeEntityToDataMapperProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static OcrResultEntityToDataMapper_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper> addressEntityToDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper> documentTypeEntityToDataMapperProvider)  
      com.yoti.mobile.android.documentcapture.id.data.OcrResultEntityToDataMapper get()  
      static com.yoti.mobile.android.documentcapture.id.data.OcrResultEntityToDataMapper newInstance​(com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper addressEntityToDataMapper, com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper documentTypeEntityToDataMapper)  
      • Methods inherited from class java.lang.Object

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

      • OcrResultEntityToDataMapper_Factory

        public OcrResultEntityToDataMapper_Factory​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper> addressEntityToDataMapperProvider,
                                                   javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper> documentTypeEntityToDataMapperProvider)
    • Method Detail

      • get

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

        public static OcrResultEntityToDataMapper_Factory create​(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper> addressEntityToDataMapperProvider,
                                                                 javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper> documentTypeEntityToDataMapperProvider)
      • newInstance

        public static com.yoti.mobile.android.documentcapture.id.data.OcrResultEntityToDataMapper newInstance​(com.yoti.mobile.android.documentcapture.id.data.AddressEntityToDataMapper addressEntityToDataMapper,
                                                                                                              com.yoti.mobile.android.yotisdkcore.feature.documentcapture.data.DocumentTypeEntityToDataMapper documentTypeEntityToDataMapper)