Package org.jclouds.rest.binders
Class BindToJsonPayloadWrappedWith
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
Sometimes, cloud apis wrap requests inside an envelope. This addresses this.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object payload) <R extends HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified. 
- 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 - 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 
 
 -