Package org.jclouds.s3.binders
Class BindObjectMetadataToRequest
- java.lang.Object
-
- org.jclouds.s3.binders.BindObjectMetadataToRequest
-
- All Implemented Interfaces:
org.jclouds.rest.Binder
@Singleton public class BindObjectMetadataToRequest extends Object implements org.jclouds.rest.Binder
-
-
Field Summary
Fields Modifier and Type Field Description protected BindMapToHeadersWithPrefixmetadataPrefixer
-
Constructor Summary
Constructors Constructor Description BindObjectMetadataToRequest(BindMapToHeadersWithPrefix metadataPrefixer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Field Detail
-
metadataPrefixer
protected final BindMapToHeadersWithPrefix metadataPrefixer
-
-
Constructor Detail
-
BindObjectMetadataToRequest
@Inject public BindObjectMetadataToRequest(BindMapToHeadersWithPrefix metadataPrefixer)
-
-
Method Detail
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object input)- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder
-
-