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, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
BindUserMetadataToHeaders
public BindUserMetadataToHeaders() 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 - 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<UserMetadata,Map<String, String>> - Specified by:
 applyin interfaceFunction<UserMetadata,Map<String, String>> 
 
 -