org.jclouds.rest.annotations
Annotation Type SelectJson


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

Selects a name in a json structure as opposed to parsing from root. ex. for "foo" { "foo" :"bar" } becomes "bar"

Author:
Adrian Cole

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value
Returns:


Copyright © 2009-2011 jclouds. All Rights Reserved.