Package de.pisa.psa.rst.obj
Class PsaRstApiMapFld.MapEntry
- Enclosing class:
- PsaRstApiMapFld
mapping entry
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PsaRstApiMapFld.MapEntry>
get the field mapping defined by annotationget the data object fieldget the name of the JSON fieldint
get the key fieldtoString()
Methods inherited from class de.pisa.psa.rst.obj.PsaRstApiMapEntry
get, getAnnotation, getClassField
-
Method Details
-
get
get the field mapping defined by annotation- Parameters:
clazz
- class to analyze- Returns:
- list of field mapping
-
toString
- Overrides:
toString
in classPsaRstApiMapEntry<PsaRstApiMapFld>
- See Also:
-
getDtoField
get the data object field- Returns:
- field
-
getKeyField
public int getKeyField()get the key field- Returns:
- field position
-
getJsonName
get the name of the JSON field- Returns:
- name
-