Class IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory
java.lang.Object
com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper>
@DaggerGenerated
public final class IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper> countryEntityToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper> objectiveTypeEntityToViewDataMapperProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper> countryEntityToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper> objectiveTypeEntityToViewDataMapperProvider) com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapperget()static com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMappernewInstance(com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper countryEntityToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper objectiveTypeEntityToViewDataMapper)
-
Constructor Details
-
IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory
public IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper> countryEntityToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper> objectiveTypeEntityToViewDataMapperProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper>
-
create
public static IdDocumentRequirementEntityToDocSelectionViewDataMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper> countryEntityToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper> objectiveTypeEntityToViewDataMapperProvider) -
newInstance
public static com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper newInstance(com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper countryEntityToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper objectiveTypeEntityToViewDataMapper)
-