org.jclouds.rest.annotations
Annotation Type Unwrap


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Unwrap

Unwraps the only value in a nested json response ex. { "foo" :"bar" } becomes "bar"



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.