Class BindCredentialsToJsonPayload
java.lang.Object
org.jclouds.rest.binders.BindToJsonPayload
org.jclouds.openstack.keystone.v1_1.binders.BindCredentialsToJsonPayload
- All Implemented Interfaces:
org.jclouds.rest.Binder,org.jclouds.rest.MapBinder
@Singleton
public class BindCredentialsToJsonPayload
extends org.jclouds.rest.binders.BindToJsonPayload
implements org.jclouds.rest.MapBinder
-
Field Summary
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Object toBind) <R extends org.jclouds.http.HttpRequest>
RbindToRequest(R request, Map<String, Object> postParams)
-
Constructor Details
-
BindCredentialsToJsonPayload
@Inject public BindCredentialsToJsonPayload(org.jclouds.json.Json jsonBinder)
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequestin interfaceorg.jclouds.rest.Binder- Overrides:
bindToRequestin classorg.jclouds.rest.binders.BindToJsonPayload
-
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request, Map<String, Object> postParams) - Specified by:
bindToRequestin interfaceorg.jclouds.rest.MapBinder- Overrides:
bindToRequestin classorg.jclouds.rest.binders.BindToJsonPayload
-