Module org.cryptomator.cryptofs
Package org.cryptomator.cryptofs.attr
Class AttributeViewProvider_Factory
java.lang.Object
org.cryptomator.cryptofs.attr.AttributeViewProvider_Factory
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeViewProvider>,javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider>
@DaggerGenerated
public final class AttributeViewProvider_Factory
extends Object
implements dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeViewProvider>
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeViewProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider) org.cryptomator.cryptofs.attr.AttributeViewProviderget()static org.cryptomator.cryptofs.attr.AttributeViewProvidernewInstance(org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory attrViewComponentFactory)
-
Constructor Details
-
AttributeViewProvider_Factory
public AttributeViewProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider)
-
-
Method Details
-
get
public org.cryptomator.cryptofs.attr.AttributeViewProvider get()- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider>
-
create
public static AttributeViewProvider_Factory create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider) -
newInstance
public static org.cryptomator.cryptofs.attr.AttributeViewProvider newInstance(org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory attrViewComponentFactory)
-