Class BindMapToForm

  • All Implemented Interfaces:
    org.jclouds.rest.Binder

    @Singleton
    public class BindMapToForm
    extends java.lang.Object
    implements org.jclouds.rest.Binder
    • Constructor Summary

      Constructors 
      Constructor Description
      BindMapToForm()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R extends org.jclouds.http.HttpRequest>
      R
      bindToRequest​(R request, java.lang.Object properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BindMapToForm

        public BindMapToForm()
    • Method Detail

      • bindToRequest

        public <R extends org.jclouds.http.HttpRequest> R bindToRequest​(R request,
                                                                        java.lang.Object properties)
        Specified by:
        bindToRequest in interface org.jclouds.rest.Binder