public class RimuHostingJsonBinder extends BindToJsonPayload
jsonBinder| Constructor and Description | 
|---|
RimuHostingJsonBinder(Json jsonBinder)  | 
| Modifier and Type | Method and Description | 
|---|---|
<R extends HttpRequest>  | 
bindToRequest(R request,
             Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified. 
 | 
<R extends HttpRequest>  | 
bindToRequest(R request,
             Object toBind)  | 
@Inject public RimuHostingJsonBinder(Json jsonBinder)
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderbindToRequest in class BindToJsonPayloadPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest in interface BinderbindToRequest in class BindToJsonPayloadCopyright © 2009-2013 jclouds. All Rights Reserved.