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
Adds an payload to a request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object payload)
-
Constructor Details
-
BindToStringPayload
public BindToStringPayload()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-