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