|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Unwrap
Unwraps the only value in a nested json reponse ex. { "foo" :"bar" } becomes "bar"
Optional Element Summary | |
---|---|
int |
depth
Deprecated. |
Class<?> |
edgeCollection
Deprecated. |
@Deprecated public abstract int depth
Note that using @SelectJson("bar") is more effective than guessing the depth
SelectJson
@Deprecated public abstract Class<?> edgeCollection
Note that using @SelectJson("bar") @OnlyElement will have the same effect
SelectJson
,
OnlyElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |