fieldName property
The name of this field as it appears in JSON data.
This name is used as the key when serializing/deserializing the field to/from JSON objects. It must match the key name in the JSON data.
Implementation
final String fieldName;
The name of this field as it appears in JSON data.
This name is used as the key when serializing/deserializing the field to/from JSON objects. It must match the key name in the JSON data.
final String fieldName;