Package com.cdancy.jenkins.rest.binders
Class BindMapToForm
- java.lang.Object
-
- com.cdancy.jenkins.rest.binders.BindMapToForm
-
- All Implemented Interfaces:
org.jclouds.rest.Binder
@Singleton public class BindMapToForm extends 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>
RbindToRequest(R request, Object properties)
-
-
-
Method Detail
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Object properties)- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder
-
-