Class MigrationModule_ProvideVersion1CryptorProviderFactory
- java.lang.Object
-
- org.cryptomator.cryptofs.migration.MigrationModule_ProvideVersion1CryptorProviderFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptolib.api.CryptorProvider>,javax.inject.Provider<org.cryptomator.cryptolib.api.CryptorProvider>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class MigrationModule_ProvideVersion1CryptorProviderFactory extends Object implements dagger.internal.Factory<org.cryptomator.cryptolib.api.CryptorProvider>
-
-
Constructor Summary
Constructors Constructor Description MigrationModule_ProvideVersion1CryptorProviderFactory(org.cryptomator.cryptofs.migration.MigrationModule module)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MigrationModule_ProvideVersion1CryptorProviderFactorycreate(org.cryptomator.cryptofs.migration.MigrationModule module)org.cryptomator.cryptolib.api.CryptorProviderget()static org.cryptomator.cryptolib.api.CryptorProviderprovideVersion1CryptorProvider(org.cryptomator.cryptofs.migration.MigrationModule instance)
-
-
-
Method Detail
-
get
public org.cryptomator.cryptolib.api.CryptorProvider get()
- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.cryptolib.api.CryptorProvider>
-
create
public static MigrationModule_ProvideVersion1CryptorProviderFactory create(org.cryptomator.cryptofs.migration.MigrationModule module)
-
provideVersion1CryptorProvider
public static org.cryptomator.cryptolib.api.CryptorProvider provideVersion1CryptorProvider(org.cryptomator.cryptofs.migration.MigrationModule instance)
-
-