@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,TYPE})
public @interface JSON
Modifier and Type | Optional Element and Description |
---|---|
boolean |
include
Specifies if a property should be included or excluded from the JSON serialization.
|
java.lang.String |
name
Defines different property name for annotated item.
|
boolean |
strict
Defines if JSON serialization of a class
works in a strict mode when only
fields with the annotation are serialized.
|
public abstract boolean strict
Copyright © 2003-present Jodd Team