Package de.pisa.psa.rst.obj
Annotationsschnittstelle PsaRstApiMapCom
REST API: Annotation for mapping JSON fields to data of a component (read only)
- Seit:
- 21.07.2023
- Autor:
- weiland
-
Erforderliche Elemente - Übersicht
Erforderliche ElementeModifizierer und TypErforderliches ElementBeschreibungcomponent data fieldcomponent data objectsource key field -
Optionale Elemente - Übersicht
Optionale ElementeModifizierer und TypOptionales ElementBeschreibungboolean
use cached values (default = false)component key field (default = PSC_GID)
-
Elementdetails
-
componentDto
String componentDtocomponent data object- Gibt zurück:
- data object
-
sourceKeyField
String sourceKeyFieldsource key field- Gibt zurück:
- field
-
componentKeyField
String componentKeyFieldcomponent key field (default = PSC_GID)- Gibt zurück:
- field
- Standard:
"PSC_GID"
-
componentDataField
String componentDataFieldcomponent data field- Gibt zurück:
- field
-
cache
boolean cacheuse cached values (default = false)- Gibt zurück:
- if true the values will be stored in the global cache. otherwise the data will read from the database
- Standard:
false
-