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