Package de.pisa.psa.rst.obj
Annotation Type PsaRstApiMapCom
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @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 Elements Modifier and Type Required Element Description java.lang.String
componentDataField
component data fieldjava.lang.String
componentDto
component data objectjava.lang.String
sourceKeyField
source key field
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
cache
use cached values (default = false)java.lang.String
componentKeyField
component key field (default = PSC_GID)
-