org.jclouds.cloudservers.binders
Class BindBackupScheduleToJsonPayload

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

@Singleton
public class BindBackupScheduleToJsonPayload
extends org.jclouds.rest.binders.BindToJsonPayload

Author:
Adrian Cole

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

Constructor Detail

BindBackupScheduleToJsonPayload

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

bindToRequest

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

bindToRequest

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


Copyright © 2009-2012 jclouds. All Rights Reserved.