Class MapWithoutMetaPrefixFunction
- java.lang.Object
-
- org.openstack4j.openstack.storage.object.functions.MapWithoutMetaPrefixFunction
-
- All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,Map<String,String>>,Function<Map<String,String>,Map<String,String>>
public class MapWithoutMetaPrefixFunction extends Object implements com.google.common.base.Function<Map<String,String>,Map<String,String>>
Transforms a Swift Metadata Map into a Map without the meta prefix as key values- Author:
- Jeremy Unruh
-
-
Field Summary
Fields Modifier and Type Field Description static MapWithoutMetaPrefixFunctionINSTANCE
-
Constructor Summary
Constructors Constructor Description MapWithoutMetaPrefixFunction()
-
-
-
Field Detail
-
INSTANCE
public static final MapWithoutMetaPrefixFunction INSTANCE
-
-