Class ScanFragmentFactoryWrapper_Factory
- java.lang.Object
-
- com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper>,javax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper>
@DaggerGenerated public final class ScanFragmentFactoryWrapper_Factory extends java.lang.Object implements dagger.internal.Factory<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper>
-
-
Constructor Summary
Constructors Constructor Description ScanFragmentFactoryWrapper_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanFragmentFactoryWrapper_Factorycreate()com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapperget()static com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrappernewInstance()
-
-
-
Method Detail
-
get
public com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper get()
- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper>
-
create
public static ScanFragmentFactoryWrapper_Factory create()
-
newInstance
public static com.yoti.mobile.android.documentcapture.id.view.scan.ScanFragmentFactoryWrapper newInstance()
-
-