Package org.jclouds.rest.binders
Class BindToJsonPayloadWrappedWith
- java.lang.Object
-
- org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BindToJsonPayloadWrappedWith.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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 Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object payload)
- Specified by:
bindToRequest
in interfaceBinder
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
PayloadParam
-
-