getObjectFields method

List<String> getObjectFields()
inherited

Returns the names of the fields of this class.

This method should be overwritten if you want to explicitly define the JSON fields.

Bu default it uses getObjectFieldsDefault implementation.

Implementation

List<String> getObjectFields() {
  return getObjectFieldsDefault();
}