Package org.jclouds.chef.binders
Class BindChecksumsToJsonPayload
- java.lang.Object
-
- org.jclouds.rest.binders.BindToStringPayload
-
- org.jclouds.chef.binders.BindChecksumsToJsonPayload
-
- All Implemented Interfaces:
Binder
@Singleton public class BindChecksumsToJsonPayload extends BindToStringPayload
-
-
Constructor Summary
Constructors Constructor Description BindChecksumsToJsonPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRequestbindToRequest(HttpRequest request, Object input)
-
-
-
Method Detail
-
bindToRequest
public HttpRequest bindToRequest(HttpRequest request, Object input)
- Specified by:
bindToRequestin interfaceBinder- Overrides:
bindToRequestin classBindToStringPayload
-
-