Class ContainerToResourceMetadata
- java.lang.Object
-
- org.jclouds.azureblob.blobstore.functions.ContainerToResourceMetadata
-
- All Implemented Interfaces:
com.google.common.base.Function<ContainerProperties,StorageMetadata>
,Function<ContainerProperties,StorageMetadata>
@Singleton public class ContainerToResourceMetadata extends Object implements com.google.common.base.Function<ContainerProperties,StorageMetadata>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageMetadata
apply(ContainerProperties from)
-
-
-
Method Detail
-
apply
public StorageMetadata apply(ContainerProperties from)
- Specified by:
apply
in interfacecom.google.common.base.Function<ContainerProperties,StorageMetadata>
- Specified by:
apply
in interfaceFunction<ContainerProperties,StorageMetadata>
-
-