org.jclouds.chef.binders
Class BindCreateClientOptionsToJsonPayload

java.lang.Object
  extended by org.jclouds.rest.binders.BindToJsonPayload
      extended by org.jclouds.chef.binders.BindCreateClientOptionsToJsonPayload
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class BindCreateClientOptionsToJsonPayload
extends org.jclouds.rest.binders.BindToJsonPayload

Bind the parameters of a CreateClientOptions to the payload.


Field Summary
 
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
 
Constructor Summary
BindCreateClientOptionsToJsonPayload(org.jclouds.json.Json jsonBinder)
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,Object> postParams)
           
 
Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindCreateClientOptionsToJsonPayload

@Inject
public BindCreateClientOptionsToJsonPayload(org.jclouds.json.Json jsonBinder)
Method Detail

bindToRequest

public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Map<String,Object> postParams)
Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder
Overrides:
bindToRequest in class org.jclouds.rest.binders.BindToJsonPayload


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.