Class IdDocumentSelectionDependenciesProvider_Factory
java.lang.Object
com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
@DaggerGenerated
public final class IdDocumentSelectionDependenciesProvider_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
-
Constructor Summary
ConstructorsConstructorDescriptionIdDocumentSelectionDependenciesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper> docRequirementToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper> documentFeatureErrorToFailureMapperProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper> docRequirementToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper> documentFeatureErrorToFailureMapperProvider) com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProviderget()static com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvidernewInstance(com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper docRequirementToSelectionViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper documentEducationalArgumentsToViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper documentFeatureErrorToFailureMapper)
-
Constructor Details
-
IdDocumentSelectionDependenciesProvider_Factory
public IdDocumentSelectionDependenciesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper> docRequirementToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper> documentFeatureErrorToFailureMapperProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider>
-
create
public static IdDocumentSelectionDependenciesProvider_Factory create(javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper> docRequirementToSelectionViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper> documentEducationalArgumentsToViewDataMapperProvider, javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper> documentFeatureErrorToFailureMapperProvider) -
newInstance
public static com.yoti.mobile.android.documentcapture.id.di.IdDocumentSelectionDependenciesProvider newInstance(com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentRequirementEntityToDocSelectionViewDataMapper docRequirementToSelectionViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.selection.IdDocumentEducationalArgumentsToViewDataMapper documentEducationalArgumentsToViewDataMapper, com.yoti.mobile.android.documentcapture.id.view.IdDocumentFeatureErrorToFailureMapper documentFeatureErrorToFailureMapper)
-