Package org.jclouds.rest.annotations
Annotation Interface WrapWith
Wraps the payload in json nested one level deep, relating to the value parameter.
ex. "bar" becomes { "foo" :"bar" }
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valuewhat to wrap the value in
-