|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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
level to unwrap. |
Class<?> |
edgeCollection
final collection type ex. |
public abstract int depth
public abstract Class<?> edgeCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||