Class BindConsoleToJsonPayload

java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
org.jclouds.openstack.nova.v2_0.binders.BindConsoleToJsonPayload
All Implemented Interfaces:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

@Singleton public class BindConsoleToJsonPayload extends org.jclouds.rest.binders.BindToJsonPayload
  • Field Summary

    Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload

    jsonBinder
  • Constructor Summary

    Constructors
    Constructor
    Description
    BindConsoleToJsonPayload(org.jclouds.json.Json jsonBinder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <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 Details

    • BindConsoleToJsonPayload

      @Inject public BindConsoleToJsonPayload(org.jclouds.json.Json jsonBinder)
  • Method Details

    • 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