@Singleton public class BindAuthToJsonPayload extends BindToJsonPayload implements MapBinder
jsonBinder
Constructor and Description |
---|
BindAuthToJsonPayload(Json jsonBinder) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCredentialsInArgsOrNull(GeneratedHttpRequest<?> gRequest,
com.google.common.collect.ImmutableMap.Builder<String,Object> builder) |
<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 Binder
bindToRequest
in class BindToJsonPayload
protected void addCredentialsInArgsOrNull(GeneratedHttpRequest<?> gRequest, com.google.common.collect.ImmutableMap.Builder<String,Object> builder)
public <R extends HttpRequest> R bindToRequest(R request, Map<String,String> postParams)
MapBinder
bindToRequest
in interface MapBinder
bindToRequest
in class BindToJsonPayload
PayloadParam
Copyright © 2009-2012 jclouds. All Rights Reserved.