Class AttributeByNameProvider_Factory

java.lang.Object
org.cryptomator.cryptofs.attr.AttributeByNameProvider_Factory
All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeByNameProvider>, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeByNameProvider>

@DaggerGenerated public final class AttributeByNameProvider_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.attr.AttributeByNameProvider>
  • Constructor Summary

    Constructors
    Constructor
    Description
    AttributeByNameProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider)
     
    org.cryptomator.cryptofs.attr.AttributeByNameProvider
    get()
     
    static org.cryptomator.cryptofs.attr.AttributeByNameProvider
    newInstance(org.cryptomator.cryptofs.attr.AttributeProvider attributeProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider attributeViewProvider)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AttributeByNameProvider_Factory

      public AttributeByNameProvider_Factory(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider)
  • Method Details

    • get

      public org.cryptomator.cryptofs.attr.AttributeByNameProvider get()
      Specified by:
      get in interface javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeByNameProvider>
    • create

      public static AttributeByNameProvider_Factory create(javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeProvider> attributeProvider, javax.inject.Provider<org.cryptomator.cryptofs.attr.AttributeViewProvider> attributeViewProvider)
    • newInstance

      public static org.cryptomator.cryptofs.attr.AttributeByNameProvider newInstance(org.cryptomator.cryptofs.attr.AttributeProvider attributeProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider attributeViewProvider)