Class BlobPropertiesToBlobMetadata
java.lang.Object
org.jclouds.azureblob.blobstore.functions.BlobPropertiesToBlobMetadata
- All Implemented Interfaces:
com.google.common.base.Function<BlobProperties,
,MutableBlobMetadata> Function<BlobProperties,
MutableBlobMetadata>
@Singleton
public class BlobPropertiesToBlobMetadata
extends Object
implements com.google.common.base.Function<BlobProperties,MutableBlobMetadata>
-
Constructor Summary
ConstructorsConstructorDescriptionBlobPropertiesToBlobMetadata
(com.google.common.cache.LoadingCache<String, PublicAccess> containerAcls) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
BlobPropertiesToBlobMetadata
@Inject public BlobPropertiesToBlobMetadata(com.google.common.cache.LoadingCache<String, PublicAccess> containerAcls)
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<BlobProperties,
MutableBlobMetadata> - Specified by:
apply
in interfaceFunction<BlobProperties,
MutableBlobMetadata>
-