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

    Constructors
    Constructor
    Description
    AttributeViewProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory> attrViewComponentFactoryProvider)
     
    org.cryptomator.cryptofs.attr.AttributeViewProvider
    get()
     
    static org.cryptomator.cryptofs.attr.AttributeViewProvider
    newInstance(org.cryptomator.cryptofs.attr.AttributeViewComponent.Factory attrViewComponentFactory)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      get in interface javax.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)