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