org.jclouds.aws.s3.binders
Class BindObjectMetadataToRequest

java.lang.Object
  extended by org.jclouds.aws.s3.binders.BindObjectMetadataToRequest
All Implemented Interfaces:
org.jclouds.rest.Binder

@Singleton
public class BindObjectMetadataToRequest
extends Object
implements org.jclouds.rest.Binder


Field Summary
protected  org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix metadataPrefixer
           
 
Constructor Summary
BindObjectMetadataToRequest(org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix metadataPrefixer)
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataPrefixer

protected final org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix metadataPrefixer
Constructor Detail

BindObjectMetadataToRequest

@Inject
public BindObjectMetadataToRequest(org.jclouds.blobstore.binders.BindMapToHeadersWithPrefix metadataPrefixer)
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Object input)
Specified by:
bindToRequest in interface org.jclouds.rest.Binder


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.