|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface JsonElementWrapperProvides a custom name for a wrapper element for JSON serialization.
| Required Element Summary | |
|---|---|
String |
name
The name of the JSON property for arrays of this element. |
| Optional Element Summary | |
|---|---|
String |
namespace
The namespace of the JSON property if this element is added as an extension element. |
| Element Detail |
|---|
public abstract String name
public abstract String namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||