|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={ANNOTATION_TYPE,TYPE})
@Retention(value=RUNTIME)
public @interface JsonRootName
Annotation similar to XmlRootElement,
used to indicate name to use for root-level wrapping, if wrapping is
enabled. Annotation itself does not indicate that wrapping should
be used; but if it is, name used for serialization should be name
specified here, and deserializer will expect the name as well.
| Required Element Summary | |
|---|---|
String |
value
Root name to use if root-level wrapping is enabled. |
| Optional Element Summary | |
|---|---|
String |
namespace
Optional namespace to use with data formats that support such concept (specifically XML); if so, used with value() to
construct fully-qualified name. |
| Element Detail |
|---|
public abstract String value
public abstract String namespace
value() to
construct fully-qualified name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||