Package org.jclouds.atmos.binders
Class BindUserMetadataToHeaders
java.lang.Object
org.jclouds.atmos.binders.BindUserMetadataToHeaders
- All Implemented Interfaces:
com.google.common.base.Function<UserMetadata,
,Map<String, String>> Function<UserMetadata,
,Map<String, String>> Binder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(UserMetadata md) <R extends HttpRequest>
RbindToRequest
(R request, Object input) 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
-
BindUserMetadataToHeaders
public BindUserMetadataToHeaders()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<UserMetadata,
Map<String, String>> - Specified by:
apply
in interfaceFunction<UserMetadata,
Map<String, String>>
-