Package org.jclouds.rest.annotations
Annotation Interface SelectJson
Selects a name in a json structure as opposed to parsing from root.
 
 ex. for "foo" { "foo" :"bar" } becomes "bar"
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String[] valueEach of the keys are tried in order. This helps in the case the server renamed a field in json. 
 -