Class BindToHeaders
java.lang.Object
org.jclouds.openstack.swift.v1.binders.BindToHeaders
- All Implemented Interfaces:
Binder
Will bind to headers, as needed, and will process content-* headers in a jclouds-compatible fashion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Object input)
-
Constructor Details
-
BindToHeaders
public BindToHeaders()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-