|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface JSONHintThe JSONHint annotation gives the hint for conversion.
| Optional Element Summary | |
|---|---|
String |
anonym
The default key name for using when converting simple type to struct type. |
String |
format
The format of Number or Date |
boolean |
ignore
Ignore this property |
String |
name
The property name |
int |
ordinal
The sort ordinal of property key |
boolean |
serialized
Set the flag that this property is already serialized. |
Class<?> |
type
The Java type for creation |
public abstract String name
public abstract String format
public abstract Class<?> type
public abstract boolean ignore
public abstract boolean serialized
public abstract String anonym
public abstract int ordinal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||