Class CountrySelectionFragment_MembersInjector

java.lang.Object
com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment_MembersInjector
All Implemented Interfaces:
dagger.MembersInjector<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment>

@DaggerGenerated public final class CountrySelectionFragment_MembersInjector extends Object implements dagger.MembersInjector<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment>
  • Constructor Summary

    Constructors
    Constructor
    Description
    CountrySelectionFragment_MembersInjector(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator> coordinatorProvider, javax.inject.Provider<androidx.lifecycle.ViewModelProvider.Factory> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider> localisedCountriesProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static dagger.MembersInjector<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment>
    create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator> coordinatorProvider, javax.inject.Provider<androidx.lifecycle.ViewModelProvider.Factory> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider> localisedCountriesProvider)
     
    static void
    injectCoordinator(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator coordinator)
     
    static void
    injectLocalisedCountriesProvider(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider localisedCountriesProvider)
     
    void
    injectMembers(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance)
     
    static void
    injectViewModelFactory(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, androidx.lifecycle.ViewModelProvider.Factory viewModelFactory)
     

    Methods inherited from class java.lang.Object

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

    • CountrySelectionFragment_MembersInjector

      public CountrySelectionFragment_MembersInjector(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator> coordinatorProvider, javax.inject.Provider<androidx.lifecycle.ViewModelProvider.Factory> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider> localisedCountriesProvider)
  • Method Details

    • create

      public static dagger.MembersInjector<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment> create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator> coordinatorProvider, javax.inject.Provider<androidx.lifecycle.ViewModelProvider.Factory> viewModelFactoryProvider, javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider> localisedCountriesProvider)
    • injectMembers

      public void injectMembers(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance)
      Specified by:
      injectMembers in interface dagger.MembersInjector<com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment>
    • injectCoordinator

      public static void injectCoordinator(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionCoordinator coordinator)
    • injectViewModelFactory

      public static void injectViewModelFactory(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, androidx.lifecycle.ViewModelProvider.Factory viewModelFactory)
    • injectLocalisedCountriesProvider

      public static void injectLocalisedCountriesProvider(com.yoti.mobile.android.documentcapture.view.selection.CountrySelectionFragment instance, com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider localisedCountriesProvider)