Package org.jclouds.chef.binders
Class BindGroupToUpdateRequestJsonPayload
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
org.jclouds.chef.binders.BindGroupToUpdateRequestJsonPayload
Binds a group to the payload expected for the Put method in the Enterprise Chef
Api.
-
Field Summary
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object payload) Methods inherited from class org.jclouds.rest.binders.BindToJsonPayload
bindToRequest
-
Constructor Details
-
BindGroupToUpdateRequestJsonPayload
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
- Overrides:
bindToRequest
in classBindToJsonPayload
-