Annotationsschnittstelle PsaRstApiMapCom


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface 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 Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
    component data field
    component data object
    source key field
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    boolean
    use cached values (default = false)
    component key field (default = PSC_GID)
  • Elementdetails

    • componentDto

      String componentDto
      component data object
      Gibt zurück:
      data object
    • sourceKeyField

      String sourceKeyField
      source key field
      Gibt zurück:
      field
    • componentKeyField

      String componentKeyField
      component key field (default = PSC_GID)
      Gibt zurück:
      field
      Standard:
      "PSC_GID"
    • componentDataField

      String componentDataField
      component data field
      Gibt zurück:
      field
    • cache

      boolean cache
      use 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