Class DocumentRequirementEntityToEducationalViewDataMapper_Factory
java.lang.Object
com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMapper_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMapper>
@DaggerGenerated
public final class DocumentRequirementEntityToEducationalViewDataMapper_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMapper>
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentRequirementEntityToEducationalViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, 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.educational.DocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, 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.view.educational.DocumentRequirementEntityToEducationalViewDataMapperget()static com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMappernewInstance(com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalArgumentsToViewDataMapper documentEducationalArgumentsToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper countryEntityToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper objectiveTypeEntityToViewDataMapper)
-
Constructor Details
-
DocumentRequirementEntityToEducationalViewDataMapper_Factory
public DocumentRequirementEntityToEducationalViewDataMapper_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, 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.view.educational.DocumentRequirementEntityToEducationalViewDataMapper get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentRequirementEntityToEducationalViewDataMapper>
-
create
public static DocumentRequirementEntityToEducationalViewDataMapper_Factory create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, 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.view.educational.DocumentRequirementEntityToEducationalViewDataMapper newInstance(com.yoti.mobile.android.documentcapture.view.educational.DocumentEducationalArgumentsToViewDataMapper documentEducationalArgumentsToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CountryEntityToViewDataMapper countryEntityToViewDataMapper, com.yoti.mobile.android.documentcapture.view.selection.CaptureObjectiveTypeEntityToViewDataMapper objectiveTypeEntityToViewDataMapper)
-