Package org.jclouds.rest.binders
Class BindToStringPayload
- java.lang.Object
-
- org.jclouds.rest.binders.BindToStringPayload
-
- All Implemented Interfaces:
Binder
- Direct Known Subclasses:
BindChecksumsToJsonPayload
,BindGenerateKeyForClientToJsonPayload
,BindRegionToXmlPayload
@Singleton public class BindToStringPayload extends Object implements Binder
Adds an payload to a request.
-
-
Constructor Summary
Constructors Constructor Description BindToStringPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object payload)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object payload)
- Specified by:
bindToRequest
in interfaceBinder
-
-