Annotation Type Field
@Documented @Retention(RUNTIME) @Target({FIELD,ANNOTATION_TYPE}) public @interface Field
-
Optional Element Summary
-
Element Details
-
value
String valueThe actual name of the field inside the JSON document. It can be used to shorten or rename/map field names to save space or provide additional compatibility.- Returns:
- the actual name of the field inside the document.
- Default:
- ""
-