@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface JSONHint
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
anonym
The default key name for using when converting simple type to struct type.
|
java.lang.String |
format
The format of Number or Date
|
boolean |
ignore
Ignore this property
|
java.lang.String |
name
The property name
|
int |
ordinal
The sort ordinal of property key
|
boolean |
serialized
Set the flag that this property is already serialized.
|
java.lang.Class<?> |
type
The Java type for creation
|
public abstract java.lang.Class<?> type
public abstract boolean serialized