Package de.pisa.psa.rst.obj
Annotation Interface PsaRstApiMapFld
REST API: Annotation for mapping JSON fields to data object fields
- Since:
- 23.05.2023
- Author:
- weiland
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valuedata object field name- Returns:
- field name
-
-
-
keyField
int keyFielddefine the key field instead of a field name- Returns:
- position of the key field
- See Also:
-
PscDto.getKey(int)
- Default:
- 0
-
readonly
boolean readonlyis this field readonly?- Returns:
- true if the field will only be read (default=false)
- Default:
- false
-