JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.jclouds.rest.annotations
Annotation Type WrapWith
@Target
({
METHOD
,
PARAMETER
})
@Retention
(
RUNTIME
) public @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
Modifier and Type
Required Element
Description
String
value
what to wrap the value in
Element Detail
value
String
value
what to wrap the value in