org.jclouds.cloudservers.binders
Class BindBackupScheduleToJsonPayload
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
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
| Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload |
jsonBinder |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindBackupScheduleToJsonPayload
@Inject
public BindBackupScheduleToJsonPayload(org.jclouds.json.Json jsonBinder)
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-2011 jclouds. All Rights Reserved.