Package jodd.json.meta
Annotation Type JSON
-
@Documented @Retention(RUNTIME) @Target({FIELD,METHOD,TYPE}) public @interface JSONJSON annotation defines if some property has to be included or excluded from the serialization.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanincludeSpecifies if a property should be included or excluded from the JSON serialization.java.lang.StringnameDefines different property name for annotated item.booleanstrictDefines if JSON serialization of a class works in a strict mode when only fields with the annotation are serialized.
-