Annotationsschnittstelle PsaRstApiMapFld


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface PsaRstApiMapFld
REST API: Annotation for mapping JSON fields to data object fields
Seit:
23.05.2023
Autor:
weiland
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static final class 
    mapping entry
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
    data object field name
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    int
    define the key field instead of a field name
    boolean
    is this field readonly?
  • Elementdetails

    • value

      String value
      data object field name
      Gibt zurück:
      field name
    • keyField

      int keyField
      define the key field instead of a field name
      Gibt zurück:
      position of the key field
      Siehe auch:
      • PscDto.getKey(int)
      Standard:
      0
    • readonly

      boolean readonly
      is this field readonly?
      Gibt zurück:
      true if the field will only be read (default=false)
      Standard:
      false