Package org.cryptomator.cryptofs.fh
Class ExceptionsDuringWrite_Factory
- java.lang.Object
-
- org.cryptomator.cryptofs.fh.ExceptionsDuringWrite_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<ExceptionsDuringWrite>,javax.inject.Provider<ExceptionsDuringWrite>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class ExceptionsDuringWrite_Factory extends Object implements dagger.internal.Factory<ExceptionsDuringWrite>
-
-
Constructor Summary
Constructors Constructor Description ExceptionsDuringWrite_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExceptionsDuringWrite_Factorycreate()ExceptionsDuringWriteget()static ExceptionsDuringWritenewInstance()
-
-
-
Method Detail
-
get
public ExceptionsDuringWrite get()
- Specified by:
getin interfacejavax.inject.Provider<ExceptionsDuringWrite>
-
create
public static ExceptionsDuringWrite_Factory create()
-
newInstance
public static ExceptionsDuringWrite newInstance()
-
-