Package de.pisa.psa.rst.obj
Annotation Interface PsaRstApiMapCom
REST API: Annotation for mapping JSON fields to data of a component (read only)
- Since:
- 21.07.2023
- Author:
- weiland
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptioncomponent data fieldcomponent data objectsource key field -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
use cached values (default = false)component key field (default = PSC_GID)
-
Element Details
-
-
componentKeyField
String componentKeyFieldcomponent key field (default = PSC_GID)- Returns:
- field
- Default:
- "PSC_GID"
-
cache
boolean cacheuse cached values (default = false)- Returns:
- if true the values will be stored in the global cache. otherwise the data will read from the database
- Default:
- false
-