Package org.jclouds.rest.annotations
Annotation Type Unwrap
-
@Target(METHOD) @Retention(RUNTIME) public @interface Unwrap
Unwraps the only value in a nested json response ex. { "foo" :"bar" } becomes "bar"
@Target(METHOD) @Retention(RUNTIME) public @interface Unwrap