Package org.jclouds.chef.binders
Class BindCreateClientOptionsToJsonPayload
- java.lang.Object
-
- org.jclouds.rest.binders.BindToJsonPayload
-
- org.jclouds.chef.binders.BindCreateClientOptionsToJsonPayload
-
public class BindCreateClientOptionsToJsonPayload extends BindToJsonPayload
Bind the parameters of aCreateClientOptions
to the payload.
-
-
Field Summary
-
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
-
-
Constructor Summary
Constructors Constructor Description BindCreateClientOptionsToJsonPayload(Json jsonBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.-
Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequest
-
-
-
-
Constructor Detail
-
BindCreateClientOptionsToJsonPayload
@Inject public BindCreateClientOptionsToJsonPayload(Json jsonBinder)
-
-
Method Detail
-
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
- Overrides:
bindToRequest
in classBindToJsonPayload
- See Also:
PayloadParam
-
-