Class AssetToFileConverter_Factory
java.lang.Object
com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter>,javax.inject.Provider<com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter>
@DaggerGenerated
public final class AssetToFileConverter_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter>
-
Constructor Summary
ConstructorsConstructorDescriptionAssetToFileConverter_Factory(javax.inject.Provider<android.content.Context> contextProvider) -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetToFileConverter_Factorycreate(javax.inject.Provider<android.content.Context> contextProvider) com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverterget()static com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverternewInstance(android.content.Context context)
-
Constructor Details
-
AssetToFileConverter_Factory
public AssetToFileConverter_Factory(javax.inject.Provider<android.content.Context> contextProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter>
-
create
public static AssetToFileConverter_Factory create(javax.inject.Provider<android.content.Context> contextProvider) -
newInstance
public static com.yoti.mobile.android.yotidocs.common.file.AssetToFileConverter newInstance(android.content.Context context)
-