Uses of Interface
org.jclouds.rest.Binder
-
Packages that use Binder Package Description org.jclouds.rest org.jclouds.rest.annotations org.jclouds.rest.binders -
-
Uses of Binder in org.jclouds.rest
Subinterfaces of Binder in org.jclouds.rest Modifier and Type Interface Description interfaceMapBinderBuilds the payload of a Post request. -
Uses of Binder in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type Binder Modifier and Type Method Description Class<? extends Binder>value()how to persist this payload. -
Uses of Binder in org.jclouds.rest.binders
Classes in org.jclouds.rest.binders that implement Binder Modifier and Type Class Description classBindAsHostPrefixclassBindMapToStringPayloadclassBindToJsonPayloadBinds the object to the request as a json object.classBindToJsonPayloadWrappedWithSometimes, cloud apis wrap requests inside an envelope.classBindToStringPayloadAdds an payload to a request.classBindToXMLPayloadBinds the request parameters to an XML formatted payload.
-