json_convert_content.dart 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. // ignore_for_file: non_constant_identifier_names
  2. // ignore_for_file: camel_case_types
  3. // ignore_for_file: prefer_single_quotes
  4. // This file is automatically generated. DO NOT EDIT, all your changes would be lost.
  5. import 'package:flutter/material.dart' show debugPrint;
  6. import 'package:domain/entity/response/add_edit_revise_view_s_g_entity.dart';
  7. import 'package:domain/entity/response/attendance_entity.dart';
  8. import 'package:domain/entity/response/check_success_entity.dart';
  9. import 'package:domain/entity/response/device_list_entity.dart';
  10. import 'package:domain/entity/response/fiance_report_entity.dart';
  11. import 'package:domain/entity/response/hotel_info_entity.dart';
  12. import 'package:domain/entity/response/id_name_entity.dart';
  13. import 'package:domain/entity/response/job_applied_edit_index_s_g_entity.dart';
  14. import 'package:domain/entity/response/job_applied_index_s_g_entity.dart';
  15. import 'package:domain/entity/response/job_applied_list_s_g_entity.dart';
  16. import 'package:domain/entity/response/job_applied_remark_view_s_g_entity.dart';
  17. import 'package:domain/entity/response/job_applied_staff_s_g_entity.dart';
  18. import 'package:domain/entity/response/job_list_add_staff_entity.dart';
  19. import 'package:domain/entity/response/job_list_applied_edit_entity.dart';
  20. import 'package:domain/entity/response/job_list_applied_info_entity.dart';
  21. import 'package:domain/entity/response/job_list_applied_staff_list_entity.dart';
  22. import 'package:domain/entity/response/job_list_applied_staff_search_entity.dart';
  23. import 'package:domain/entity/response/job_list_applied_work_flow_entity.dart';
  24. import 'package:domain/entity/response/job_list_detail_entity.dart';
  25. import 'package:domain/entity/response/job_list_edit_index_s_g_entity.dart';
  26. import 'package:domain/entity/response/job_list_entity.dart';
  27. import 'package:domain/entity/response/job_list_index_entity.dart';
  28. import 'package:domain/entity/response/job_list_index_s_g_entity.dart';
  29. import 'package:domain/entity/response/job_list_remark_view_entity.dart';
  30. import 'package:domain/entity/response/job_list_s_g_entity.dart';
  31. import 'package:domain/entity/response/job_template_edit_index_entity.dart';
  32. import 'package:domain/entity/response/job_template_s_g_entity.dart';
  33. import 'package:domain/entity/response/job_title_edit_index_entity.dart';
  34. import 'package:domain/entity/response/job_title_s_g_entity.dart';
  35. import 'package:domain/entity/response/labour_report_entity.dart';
  36. import 'package:domain/entity/response/labour_request_edit_index_entity.dart';
  37. import 'package:domain/entity/response/labour_request_index_entity.dart';
  38. import 'package:domain/entity/response/labour_request_list_entity.dart';
  39. import 'package:domain/entity/response/labour_request_s_g_add_index_entity.dart';
  40. import 'package:domain/entity/response/labour_request_s_g_entity.dart';
  41. import 'package:domain/entity/response/labour_request_work_flow_entity.dart';
  42. import 'package:domain/entity/response/revise_index_s_g_entity.dart';
  43. import 'package:domain/entity/response/revise_list_s_g_entity.dart';
  44. import 'package:domain/entity/response/revise_log_s_g_entity.dart';
  45. import 'package:domain/entity/response/staff_detail_entity.dart';
  46. import 'package:domain/entity/response/staff_detail_s_g_entity.dart';
  47. import 'package:domain/entity/response/staff_job_history_s_g_entity.dart';
  48. import 'package:domain/entity/response/staff_labour_history_entity.dart';
  49. import 'package:domain/entity/response/staff_remark_history_entity.dart';
  50. import 'package:domain/entity/response/staff_request_report_entity.dart';
  51. import 'package:domain/entity/response/staff_review_history_s_g_entity.dart';
  52. import 'package:domain/entity/server_time.dart';
  53. JsonConvert jsonConvert = JsonConvert();
  54. typedef JsonConvertFunction<T> = T Function(Map<String, dynamic> json);
  55. typedef EnumConvertFunction<T> = T Function(String value);
  56. typedef ConvertExceptionHandler = void Function(Object error, StackTrace stackTrace);
  57. extension MapSafeExt<K, V> on Map<K, V> {
  58. T? getOrNull<T>(K? key) {
  59. if (!containsKey(key) || key == null) {
  60. return null;
  61. } else {
  62. return this[key] as T?;
  63. }
  64. }
  65. }
  66. class JsonConvert {
  67. static ConvertExceptionHandler? onError;
  68. JsonConvertClassCollection convertFuncMap = JsonConvertClassCollection();
  69. /// When you are in the development, to generate a new model class, hot-reload doesn't find new generation model class, you can build on MaterialApp method called jsonConvert. ReassembleConvertFuncMap (); This method only works in a development environment
  70. /// https://flutter.cn/docs/development/tools/hot-reload
  71. /// class MyApp extends StatelessWidget {
  72. /// const MyApp({Key? key})
  73. /// : super(key: key);
  74. ///
  75. /// @override
  76. /// Widget build(BuildContext context) {
  77. /// jsonConvert.reassembleConvertFuncMap();
  78. /// return MaterialApp();
  79. /// }
  80. /// }
  81. void reassembleConvertFuncMap() {
  82. bool isReleaseMode = const bool.fromEnvironment('dart.vm.product');
  83. if (!isReleaseMode) {
  84. convertFuncMap = JsonConvertClassCollection();
  85. }
  86. }
  87. T? convert<T>(dynamic value, {EnumConvertFunction? enumConvert}) {
  88. if (value == null) {
  89. return null;
  90. }
  91. if (value is T) {
  92. return value;
  93. }
  94. try {
  95. return _asT<T>(value, enumConvert: enumConvert);
  96. } catch (e, stackTrace) {
  97. debugPrint('asT<$T> $e $stackTrace');
  98. if (onError != null) {
  99. onError!(e, stackTrace);
  100. }
  101. return null;
  102. }
  103. }
  104. List<T?>? convertList<T>(List<dynamic>? value, {EnumConvertFunction? enumConvert}) {
  105. if (value == null) {
  106. return null;
  107. }
  108. try {
  109. return value.map((dynamic e) => _asT<T>(e, enumConvert: enumConvert)).toList();
  110. } catch (e, stackTrace) {
  111. debugPrint('asT<$T> $e $stackTrace');
  112. if (onError != null) {
  113. onError!(e, stackTrace);
  114. }
  115. return <T>[];
  116. }
  117. }
  118. List<T>? convertListNotNull<T>(dynamic value, {EnumConvertFunction? enumConvert}) {
  119. if (value == null) {
  120. return null;
  121. }
  122. try {
  123. return (value as List<dynamic>).map((dynamic e) => _asT<T>(e, enumConvert: enumConvert)!).toList();
  124. } catch (e, stackTrace) {
  125. debugPrint('asT<$T> $e $stackTrace');
  126. if (onError != null) {
  127. onError!(e, stackTrace);
  128. }
  129. return <T>[];
  130. }
  131. }
  132. T? _asT<T extends Object?>(dynamic value,
  133. {EnumConvertFunction? enumConvert}) {
  134. final String type = T.toString();
  135. final String valueS = value.toString();
  136. if (enumConvert != null) {
  137. return enumConvert(valueS) as T;
  138. } else if (type == "String") {
  139. return valueS as T;
  140. } else if (type == "int") {
  141. final int? intValue = int.tryParse(valueS);
  142. if (intValue == null) {
  143. return double.tryParse(valueS)?.toInt() as T?;
  144. } else {
  145. return intValue as T;
  146. }
  147. } else if (type == "double") {
  148. return double.parse(valueS) as T;
  149. } else if (type == "DateTime") {
  150. return DateTime.parse(valueS) as T;
  151. } else if (type == "bool") {
  152. if (valueS == '0' || valueS == '1') {
  153. return (valueS == '1') as T;
  154. }
  155. return (valueS == 'true') as T;
  156. } else if (type == "Map" || type.startsWith("Map<")) {
  157. return value as T;
  158. } else {
  159. if (convertFuncMap.containsKey(type)) {
  160. if (value == null) {
  161. return null;
  162. }
  163. return convertFuncMap[type]!(value as Map<String, dynamic>) as T;
  164. } else {
  165. throw UnimplementedError('$type unimplemented,you can try running the app again');
  166. }
  167. }
  168. }
  169. //list is returned by type
  170. static M? _getListChildType<M>(List<Map<String, dynamic>> data) {
  171. if (<AddEditReviseViewSGEntity>[] is M) {
  172. return data.map<AddEditReviseViewSGEntity>((Map<String, dynamic> e) => AddEditReviseViewSGEntity.fromJson(e)).toList() as M;
  173. }
  174. if (<AttendanceEntity>[] is M) {
  175. return data.map<AttendanceEntity>((Map<String, dynamic> e) => AttendanceEntity.fromJson(e)).toList() as M;
  176. }
  177. if (<AttendanceList>[] is M) {
  178. return data.map<AttendanceList>((Map<String, dynamic> e) => AttendanceList.fromJson(e)).toList() as M;
  179. }
  180. if (<CheckSuccessEntity>[] is M) {
  181. return data.map<CheckSuccessEntity>((Map<String, dynamic> e) => CheckSuccessEntity.fromJson(e)).toList() as M;
  182. }
  183. if (<DeviceListEntity>[] is M) {
  184. return data.map<DeviceListEntity>((Map<String, dynamic> e) => DeviceListEntity.fromJson(e)).toList() as M;
  185. }
  186. if (<DeviceListRows>[] is M) {
  187. return data.map<DeviceListRows>((Map<String, dynamic> e) => DeviceListRows.fromJson(e)).toList() as M;
  188. }
  189. if (<FianceReportEntity>[] is M) {
  190. return data.map<FianceReportEntity>((Map<String, dynamic> e) => FianceReportEntity.fromJson(e)).toList() as M;
  191. }
  192. if (<FianceReportRateList>[] is M) {
  193. return data.map<FianceReportRateList>((Map<String, dynamic> e) => FianceReportRateList.fromJson(e)).toList() as M;
  194. }
  195. if (<HotelInfoEntity>[] is M) {
  196. return data.map<HotelInfoEntity>((Map<String, dynamic> e) => HotelInfoEntity.fromJson(e)).toList() as M;
  197. }
  198. if (<HotelInfoMenus>[] is M) {
  199. return data.map<HotelInfoMenus>((Map<String, dynamic> e) => HotelInfoMenus.fromJson(e)).toList() as M;
  200. }
  201. if (<HotelInfoMenusChildren>[] is M) {
  202. return data.map<HotelInfoMenusChildren>((Map<String, dynamic> e) => HotelInfoMenusChildren.fromJson(e)).toList() as M;
  203. }
  204. if (<IdNameEntity>[] is M) {
  205. return data.map<IdNameEntity>((Map<String, dynamic> e) => IdNameEntity.fromJson(e)).toList() as M;
  206. }
  207. if (<JobAppliedEditIndexSGEntity>[] is M) {
  208. return data.map<JobAppliedEditIndexSGEntity>((Map<String, dynamic> e) => JobAppliedEditIndexSGEntity.fromJson(e)).toList() as M;
  209. }
  210. if (<JobAppliedEditIndexSGStatusList>[] is M) {
  211. return data.map<JobAppliedEditIndexSGStatusList>((Map<String, dynamic> e) => JobAppliedEditIndexSGStatusList.fromJson(e)).toList() as M;
  212. }
  213. if (<JobAppliedIndexSGEntity>[] is M) {
  214. return data.map<JobAppliedIndexSGEntity>((Map<String, dynamic> e) => JobAppliedIndexSGEntity.fromJson(e)).toList() as M;
  215. }
  216. if (<JobAppliedIndexSGStatusList>[] is M) {
  217. return data.map<JobAppliedIndexSGStatusList>((Map<String, dynamic> e) => JobAppliedIndexSGStatusList.fromJson(e)).toList() as M;
  218. }
  219. if (<JobAppliedListSGEntity>[] is M) {
  220. return data.map<JobAppliedListSGEntity>((Map<String, dynamic> e) => JobAppliedListSGEntity.fromJson(e)).toList() as M;
  221. }
  222. if (<JobAppliedListSGRows>[] is M) {
  223. return data.map<JobAppliedListSGRows>((Map<String, dynamic> e) => JobAppliedListSGRows.fromJson(e)).toList() as M;
  224. }
  225. if (<JobAppliedListSGRowsCheck>[] is M) {
  226. return data.map<JobAppliedListSGRowsCheck>((Map<String, dynamic> e) => JobAppliedListSGRowsCheck.fromJson(e)).toList() as M;
  227. }
  228. if (<JobAppliedListSGRowsStatusList>[] is M) {
  229. return data.map<JobAppliedListSGRowsStatusList>((Map<String, dynamic> e) => JobAppliedListSGRowsStatusList.fromJson(e)).toList() as M;
  230. }
  231. if (<JobAppliedRemarkViewSGEntity>[] is M) {
  232. return data.map<JobAppliedRemarkViewSGEntity>((Map<String, dynamic> e) => JobAppliedRemarkViewSGEntity.fromJson(e)).toList() as M;
  233. }
  234. if (<JobAppliedStaffSGEntity>[] is M) {
  235. return data.map<JobAppliedStaffSGEntity>((Map<String, dynamic> e) => JobAppliedStaffSGEntity.fromJson(e)).toList() as M;
  236. }
  237. if (<JobAppliedStaffSGRows>[] is M) {
  238. return data.map<JobAppliedStaffSGRows>((Map<String, dynamic> e) => JobAppliedStaffSGRows.fromJson(e)).toList() as M;
  239. }
  240. if (<JobListAddStaffEntity>[] is M) {
  241. return data.map<JobListAddStaffEntity>((Map<String, dynamic> e) => JobListAddStaffEntity.fromJson(e)).toList() as M;
  242. }
  243. if (<JobListAddStaffResultList>[] is M) {
  244. return data.map<JobListAddStaffResultList>((Map<String, dynamic> e) => JobListAddStaffResultList.fromJson(e)).toList() as M;
  245. }
  246. if (<JobListAppliedEditEntity>[] is M) {
  247. return data.map<JobListAppliedEditEntity>((Map<String, dynamic> e) => JobListAppliedEditEntity.fromJson(e)).toList() as M;
  248. }
  249. if (<JobListAppliedEditReasonList>[] is M) {
  250. return data.map<JobListAppliedEditReasonList>((Map<String, dynamic> e) => JobListAppliedEditReasonList.fromJson(e)).toList() as M;
  251. }
  252. if (<JobListAppliedInfoEntity>[] is M) {
  253. return data.map<JobListAppliedInfoEntity>((Map<String, dynamic> e) => JobListAppliedInfoEntity.fromJson(e)).toList() as M;
  254. }
  255. if (<JobListAppliedStaffListEntity>[] is M) {
  256. return data.map<JobListAppliedStaffListEntity>((Map<String, dynamic> e) => JobListAppliedStaffListEntity.fromJson(e)).toList() as M;
  257. }
  258. if (<JobListAppliedStaffListRows>[] is M) {
  259. return data.map<JobListAppliedStaffListRows>((Map<String, dynamic> e) => JobListAppliedStaffListRows.fromJson(e)).toList() as M;
  260. }
  261. if (<JobListAppliedStaffListRowsSecurityIn>[] is M) {
  262. return data.map<JobListAppliedStaffListRowsSecurityIn>((Map<String, dynamic> e) => JobListAppliedStaffListRowsSecurityIn.fromJson(e)).toList() as M;
  263. }
  264. if (<JobListAppliedStaffListRowsSecurityOut>[] is M) {
  265. return data.map<JobListAppliedStaffListRowsSecurityOut>((Map<String, dynamic> e) => JobListAppliedStaffListRowsSecurityOut.fromJson(e)).toList() as M;
  266. }
  267. if (<JobListAppliedStaffListRowsWorkIn>[] is M) {
  268. return data.map<JobListAppliedStaffListRowsWorkIn>((Map<String, dynamic> e) => JobListAppliedStaffListRowsWorkIn.fromJson(e)).toList() as M;
  269. }
  270. if (<JobListAppliedStaffListRowsWorkOut>[] is M) {
  271. return data.map<JobListAppliedStaffListRowsWorkOut>((Map<String, dynamic> e) => JobListAppliedStaffListRowsWorkOut.fromJson(e)).toList() as M;
  272. }
  273. if (<JobListAppliedStaffSearchEntity>[] is M) {
  274. return data.map<JobListAppliedStaffSearchEntity>((Map<String, dynamic> e) => JobListAppliedStaffSearchEntity.fromJson(e)).toList() as M;
  275. }
  276. if (<JobListAppliedStaffSearchRows>[] is M) {
  277. return data.map<JobListAppliedStaffSearchRows>((Map<String, dynamic> e) => JobListAppliedStaffSearchRows.fromJson(e)).toList() as M;
  278. }
  279. if (<JobListAppliedWorkFlowEntity>[] is M) {
  280. return data.map<JobListAppliedWorkFlowEntity>((Map<String, dynamic> e) => JobListAppliedWorkFlowEntity.fromJson(e)).toList() as M;
  281. }
  282. if (<JobListAppliedWorkFlowRecords>[] is M) {
  283. return data.map<JobListAppliedWorkFlowRecords>((Map<String, dynamic> e) => JobListAppliedWorkFlowRecords.fromJson(e)).toList() as M;
  284. }
  285. if (<JobListDetailEntity>[] is M) {
  286. return data.map<JobListDetailEntity>((Map<String, dynamic> e) => JobListDetailEntity.fromJson(e)).toList() as M;
  287. }
  288. if (<JobListDetailDepartmentList>[] is M) {
  289. return data.map<JobListDetailDepartmentList>((Map<String, dynamic> e) => JobListDetailDepartmentList.fromJson(e)).toList() as M;
  290. }
  291. if (<JobListEditIndexSGEntity>[] is M) {
  292. return data.map<JobListEditIndexSGEntity>((Map<String, dynamic> e) => JobListEditIndexSGEntity.fromJson(e)).toList() as M;
  293. }
  294. if (<JobListEditIndexOption>[] is M) {
  295. return data.map<JobListEditIndexOption>((Map<String, dynamic> e) => JobListEditIndexOption.fromJson(e)).toList() as M;
  296. }
  297. if (<JobListEntity>[] is M) {
  298. return data.map<JobListEntity>((Map<String, dynamic> e) => JobListEntity.fromJson(e)).toList() as M;
  299. }
  300. if (<JobListRows>[] is M) {
  301. return data.map<JobListRows>((Map<String, dynamic> e) => JobListRows.fromJson(e)).toList() as M;
  302. }
  303. if (<JobListIndexEntity>[] is M) {
  304. return data.map<JobListIndexEntity>((Map<String, dynamic> e) => JobListIndexEntity.fromJson(e)).toList() as M;
  305. }
  306. if (<JobListIndexDepartmentList>[] is M) {
  307. return data.map<JobListIndexDepartmentList>((Map<String, dynamic> e) => JobListIndexDepartmentList.fromJson(e)).toList() as M;
  308. }
  309. if (<JobListIndexStatusList>[] is M) {
  310. return data.map<JobListIndexStatusList>((Map<String, dynamic> e) => JobListIndexStatusList.fromJson(e)).toList() as M;
  311. }
  312. if (<JobListIndexSGEntity>[] is M) {
  313. return data.map<JobListIndexSGEntity>((Map<String, dynamic> e) => JobListIndexSGEntity.fromJson(e)).toList() as M;
  314. }
  315. if (<JobListIndexSGOption>[] is M) {
  316. return data.map<JobListIndexSGOption>((Map<String, dynamic> e) => JobListIndexSGOption.fromJson(e)).toList() as M;
  317. }
  318. if (<JobListRemarkViewEntity>[] is M) {
  319. return data.map<JobListRemarkViewEntity>((Map<String, dynamic> e) => JobListRemarkViewEntity.fromJson(e)).toList() as M;
  320. }
  321. if (<JobListSGEntity>[] is M) {
  322. return data.map<JobListSGEntity>((Map<String, dynamic> e) => JobListSGEntity.fromJson(e)).toList() as M;
  323. }
  324. if (<JobListSGRows>[] is M) {
  325. return data.map<JobListSGRows>((Map<String, dynamic> e) => JobListSGRows.fromJson(e)).toList() as M;
  326. }
  327. if (<JobTemplateEditIndexEntity>[] is M) {
  328. return data.map<JobTemplateEditIndexEntity>((Map<String, dynamic> e) => JobTemplateEditIndexEntity.fromJson(e)).toList() as M;
  329. }
  330. if (<JobTemplateEditIndexAgeList>[] is M) {
  331. return data.map<JobTemplateEditIndexAgeList>((Map<String, dynamic> e) => JobTemplateEditIndexAgeList.fromJson(e)).toList() as M;
  332. }
  333. if (<JobTemplateEditIndexSexList>[] is M) {
  334. return data.map<JobTemplateEditIndexSexList>((Map<String, dynamic> e) => JobTemplateEditIndexSexList.fromJson(e)).toList() as M;
  335. }
  336. if (<JobTemplateEditIndexLanguageList>[] is M) {
  337. return data.map<JobTemplateEditIndexLanguageList>((Map<String, dynamic> e) => JobTemplateEditIndexLanguageList.fromJson(e)).toList() as M;
  338. }
  339. if (<JobTemplateSGEntity>[] is M) {
  340. return data.map<JobTemplateSGEntity>((Map<String, dynamic> e) => JobTemplateSGEntity.fromJson(e)).toList() as M;
  341. }
  342. if (<JobTemplateSGRows>[] is M) {
  343. return data.map<JobTemplateSGRows>((Map<String, dynamic> e) => JobTemplateSGRows.fromJson(e)).toList() as M;
  344. }
  345. if (<JobTitleEditIndexEntity>[] is M) {
  346. return data.map<JobTitleEditIndexEntity>((Map<String, dynamic> e) => JobTitleEditIndexEntity.fromJson(e)).toList() as M;
  347. }
  348. if (<JobTitleEditIndexTemplate>[] is M) {
  349. return data.map<JobTitleEditIndexTemplate>((Map<String, dynamic> e) => JobTitleEditIndexTemplate.fromJson(e)).toList() as M;
  350. }
  351. if (<JobTitleSGEntity>[] is M) {
  352. return data.map<JobTitleSGEntity>((Map<String, dynamic> e) => JobTitleSGEntity.fromJson(e)).toList() as M;
  353. }
  354. if (<JobTitleSGRows>[] is M) {
  355. return data.map<JobTitleSGRows>((Map<String, dynamic> e) => JobTitleSGRows.fromJson(e)).toList() as M;
  356. }
  357. if (<LabourReportEntity>[] is M) {
  358. return data.map<LabourReportEntity>((Map<String, dynamic> e) => LabourReportEntity.fromJson(e)).toList() as M;
  359. }
  360. if (<LabourReportRows>[] is M) {
  361. return data.map<LabourReportRows>((Map<String, dynamic> e) => LabourReportRows.fromJson(e)).toList() as M;
  362. }
  363. if (<LabourReportTotal>[] is M) {
  364. return data.map<LabourReportTotal>((Map<String, dynamic> e) => LabourReportTotal.fromJson(e)).toList() as M;
  365. }
  366. if (<LabourRequestEditIndexEntity>[] is M) {
  367. return data.map<LabourRequestEditIndexEntity>((Map<String, dynamic> e) => LabourRequestEditIndexEntity.fromJson(e)).toList() as M;
  368. }
  369. if (<LabourRequestEditIndexTemplateList>[] is M) {
  370. return data.map<LabourRequestEditIndexTemplateList>((Map<String, dynamic> e) => LabourRequestEditIndexTemplateList.fromJson(e)).toList() as M;
  371. }
  372. if (<LabourRequestEditIndexDepartmentList>[] is M) {
  373. return data.map<LabourRequestEditIndexDepartmentList>((Map<String, dynamic> e) => LabourRequestEditIndexDepartmentList.fromJson(e)).toList() as M;
  374. }
  375. if (<LabourRequestIndexEntity>[] is M) {
  376. return data.map<LabourRequestIndexEntity>((Map<String, dynamic> e) => LabourRequestIndexEntity.fromJson(e)).toList() as M;
  377. }
  378. if (<LabourRequestIndexDepartmentList>[] is M) {
  379. return data.map<LabourRequestIndexDepartmentList>((Map<String, dynamic> e) => LabourRequestIndexDepartmentList.fromJson(e)).toList() as M;
  380. }
  381. if (<LabourRequestIndexStatusList>[] is M) {
  382. return data.map<LabourRequestIndexStatusList>((Map<String, dynamic> e) => LabourRequestIndexStatusList.fromJson(e)).toList() as M;
  383. }
  384. if (<LabourRequestListEntity>[] is M) {
  385. return data.map<LabourRequestListEntity>((Map<String, dynamic> e) => LabourRequestListEntity.fromJson(e)).toList() as M;
  386. }
  387. if (<LabourRequestListRows>[] is M) {
  388. return data.map<LabourRequestListRows>((Map<String, dynamic> e) => LabourRequestListRows.fromJson(e)).toList() as M;
  389. }
  390. if (<LabourRequestSGAddIndexEntity>[] is M) {
  391. return data.map<LabourRequestSGAddIndexEntity>((Map<String, dynamic> e) => LabourRequestSGAddIndexEntity.fromJson(e)).toList() as M;
  392. }
  393. if (<LabourRequestSGAddIndexOption>[] is M) {
  394. return data.map<LabourRequestSGAddIndexOption>((Map<String, dynamic> e) => LabourRequestSGAddIndexOption.fromJson(e)).toList() as M;
  395. }
  396. if (<LabourRequestSGEntity>[] is M) {
  397. return data.map<LabourRequestSGEntity>((Map<String, dynamic> e) => LabourRequestSGEntity.fromJson(e)).toList() as M;
  398. }
  399. if (<LabourRequestSGCountList>[] is M) {
  400. return data.map<LabourRequestSGCountList>((Map<String, dynamic> e) => LabourRequestSGCountList.fromJson(e)).toList() as M;
  401. }
  402. if (<LabourRequestWorkFlowEntity>[] is M) {
  403. return data.map<LabourRequestWorkFlowEntity>((Map<String, dynamic> e) => LabourRequestWorkFlowEntity.fromJson(e)).toList() as M;
  404. }
  405. if (<LabourRequestWorkFlowRecords>[] is M) {
  406. return data.map<LabourRequestWorkFlowRecords>((Map<String, dynamic> e) => LabourRequestWorkFlowRecords.fromJson(e)).toList() as M;
  407. }
  408. if (<ReviseIndexSGEntity>[] is M) {
  409. return data.map<ReviseIndexSGEntity>((Map<String, dynamic> e) => ReviseIndexSGEntity.fromJson(e)).toList() as M;
  410. }
  411. if (<ReviseIndexSGStatusList>[] is M) {
  412. return data.map<ReviseIndexSGStatusList>((Map<String, dynamic> e) => ReviseIndexSGStatusList.fromJson(e)).toList() as M;
  413. }
  414. if (<ReviseListSGEntity>[] is M) {
  415. return data.map<ReviseListSGEntity>((Map<String, dynamic> e) => ReviseListSGEntity.fromJson(e)).toList() as M;
  416. }
  417. if (<ReviseListSGRows>[] is M) {
  418. return data.map<ReviseListSGRows>((Map<String, dynamic> e) => ReviseListSGRows.fromJson(e)).toList() as M;
  419. }
  420. if (<ReviseLogSGEntity>[] is M) {
  421. return data.map<ReviseLogSGEntity>((Map<String, dynamic> e) => ReviseLogSGEntity.fromJson(e)).toList() as M;
  422. }
  423. if (<ReviseLogSGRecords>[] is M) {
  424. return data.map<ReviseLogSGRecords>((Map<String, dynamic> e) => ReviseLogSGRecords.fromJson(e)).toList() as M;
  425. }
  426. if (<ReviseLogSGRecordsContent>[] is M) {
  427. return data.map<ReviseLogSGRecordsContent>((Map<String, dynamic> e) => ReviseLogSGRecordsContent.fromJson(e)).toList() as M;
  428. }
  429. if (<ReviseLogSGRecordsOption>[] is M) {
  430. return data.map<ReviseLogSGRecordsOption>((Map<String, dynamic> e) => ReviseLogSGRecordsOption.fromJson(e)).toList() as M;
  431. }
  432. if (<StaffDetailEntity>[] is M) {
  433. return data.map<StaffDetailEntity>((Map<String, dynamic> e) => StaffDetailEntity.fromJson(e)).toList() as M;
  434. }
  435. if (<StaffDetailSGEntity>[] is M) {
  436. return data.map<StaffDetailSGEntity>((Map<String, dynamic> e) => StaffDetailSGEntity.fromJson(e)).toList() as M;
  437. }
  438. if (<StaffDetailSGReviews>[] is M) {
  439. return data.map<StaffDetailSGReviews>((Map<String, dynamic> e) => StaffDetailSGReviews.fromJson(e)).toList() as M;
  440. }
  441. if (<StaffDetailSGReviewsReviews>[] is M) {
  442. return data.map<StaffDetailSGReviewsReviews>((Map<String, dynamic> e) => StaffDetailSGReviewsReviews.fromJson(e)).toList() as M;
  443. }
  444. if (<StaffJobHistorySGEntity>[] is M) {
  445. return data.map<StaffJobHistorySGEntity>((Map<String, dynamic> e) => StaffJobHistorySGEntity.fromJson(e)).toList() as M;
  446. }
  447. if (<StaffJobHistorySGRows>[] is M) {
  448. return data.map<StaffJobHistorySGRows>((Map<String, dynamic> e) => StaffJobHistorySGRows.fromJson(e)).toList() as M;
  449. }
  450. if (<StaffLabourHistoryEntity>[] is M) {
  451. return data.map<StaffLabourHistoryEntity>((Map<String, dynamic> e) => StaffLabourHistoryEntity.fromJson(e)).toList() as M;
  452. }
  453. if (<StaffLabourHistoryRows>[] is M) {
  454. return data.map<StaffLabourHistoryRows>((Map<String, dynamic> e) => StaffLabourHistoryRows.fromJson(e)).toList() as M;
  455. }
  456. if (<StaffLabourHistoryRowsSecurityIn>[] is M) {
  457. return data.map<StaffLabourHistoryRowsSecurityIn>((Map<String, dynamic> e) => StaffLabourHistoryRowsSecurityIn.fromJson(e)).toList() as M;
  458. }
  459. if (<StaffLabourHistoryRowsSecurityOut>[] is M) {
  460. return data.map<StaffLabourHistoryRowsSecurityOut>((Map<String, dynamic> e) => StaffLabourHistoryRowsSecurityOut.fromJson(e)).toList() as M;
  461. }
  462. if (<StaffLabourHistoryRowsWorkIn>[] is M) {
  463. return data.map<StaffLabourHistoryRowsWorkIn>((Map<String, dynamic> e) => StaffLabourHistoryRowsWorkIn.fromJson(e)).toList() as M;
  464. }
  465. if (<StaffLabourHistoryRowsWorkOut>[] is M) {
  466. return data.map<StaffLabourHistoryRowsWorkOut>((Map<String, dynamic> e) => StaffLabourHistoryRowsWorkOut.fromJson(e)).toList() as M;
  467. }
  468. if (<StaffRemarkHistoryEntity>[] is M) {
  469. return data.map<StaffRemarkHistoryEntity>((Map<String, dynamic> e) => StaffRemarkHistoryEntity.fromJson(e)).toList() as M;
  470. }
  471. if (<StaffRemarkHistoryRows>[] is M) {
  472. return data.map<StaffRemarkHistoryRows>((Map<String, dynamic> e) => StaffRemarkHistoryRows.fromJson(e)).toList() as M;
  473. }
  474. if (<StaffRequestReportEntity>[] is M) {
  475. return data.map<StaffRequestReportEntity>((Map<String, dynamic> e) => StaffRequestReportEntity.fromJson(e)).toList() as M;
  476. }
  477. if (<StaffReviewHistorySGEntity>[] is M) {
  478. return data.map<StaffReviewHistorySGEntity>((Map<String, dynamic> e) => StaffReviewHistorySGEntity.fromJson(e)).toList() as M;
  479. }
  480. if (<StaffReviewHistorySGReviews>[] is M) {
  481. return data.map<StaffReviewHistorySGReviews>((Map<String, dynamic> e) => StaffReviewHistorySGReviews.fromJson(e)).toList() as M;
  482. }
  483. if (<ServerTime>[] is M) {
  484. return data.map<ServerTime>((Map<String, dynamic> e) => ServerTime.fromJson(e)).toList() as M;
  485. }
  486. debugPrint("$M not found");
  487. return null;
  488. }
  489. static M? fromJsonAsT<M>(dynamic json) {
  490. if (json is M) {
  491. return json;
  492. }
  493. if (json is List) {
  494. return _getListChildType<M>(json.map((dynamic e) => e as Map<String, dynamic>).toList());
  495. } else {
  496. return jsonConvert.convert<M>(json);
  497. }
  498. }
  499. }
  500. class JsonConvertClassCollection {
  501. Map<String, JsonConvertFunction> convertFuncMap = {
  502. (AddEditReviseViewSGEntity).toString(): AddEditReviseViewSGEntity.fromJson,
  503. (AttendanceEntity).toString(): AttendanceEntity.fromJson,
  504. (AttendanceList).toString(): AttendanceList.fromJson,
  505. (CheckSuccessEntity).toString(): CheckSuccessEntity.fromJson,
  506. (DeviceListEntity).toString(): DeviceListEntity.fromJson,
  507. (DeviceListRows).toString(): DeviceListRows.fromJson,
  508. (FianceReportEntity).toString(): FianceReportEntity.fromJson,
  509. (FianceReportRateList).toString(): FianceReportRateList.fromJson,
  510. (HotelInfoEntity).toString(): HotelInfoEntity.fromJson,
  511. (HotelInfoMenus).toString(): HotelInfoMenus.fromJson,
  512. (HotelInfoMenusChildren).toString(): HotelInfoMenusChildren.fromJson,
  513. (IdNameEntity).toString(): IdNameEntity.fromJson,
  514. (JobAppliedEditIndexSGEntity).toString(): JobAppliedEditIndexSGEntity.fromJson,
  515. (JobAppliedEditIndexSGStatusList).toString(): JobAppliedEditIndexSGStatusList.fromJson,
  516. (JobAppliedIndexSGEntity).toString(): JobAppliedIndexSGEntity.fromJson,
  517. (JobAppliedIndexSGStatusList).toString(): JobAppliedIndexSGStatusList.fromJson,
  518. (JobAppliedListSGEntity).toString(): JobAppliedListSGEntity.fromJson,
  519. (JobAppliedListSGRows).toString(): JobAppliedListSGRows.fromJson,
  520. (JobAppliedListSGRowsCheck).toString(): JobAppliedListSGRowsCheck.fromJson,
  521. (JobAppliedListSGRowsStatusList).toString(): JobAppliedListSGRowsStatusList.fromJson,
  522. (JobAppliedRemarkViewSGEntity).toString(): JobAppliedRemarkViewSGEntity.fromJson,
  523. (JobAppliedStaffSGEntity).toString(): JobAppliedStaffSGEntity.fromJson,
  524. (JobAppliedStaffSGRows).toString(): JobAppliedStaffSGRows.fromJson,
  525. (JobListAddStaffEntity).toString(): JobListAddStaffEntity.fromJson,
  526. (JobListAddStaffResultList).toString(): JobListAddStaffResultList.fromJson,
  527. (JobListAppliedEditEntity).toString(): JobListAppliedEditEntity.fromJson,
  528. (JobListAppliedEditReasonList).toString(): JobListAppliedEditReasonList.fromJson,
  529. (JobListAppliedInfoEntity).toString(): JobListAppliedInfoEntity.fromJson,
  530. (JobListAppliedStaffListEntity).toString(): JobListAppliedStaffListEntity.fromJson,
  531. (JobListAppliedStaffListRows).toString(): JobListAppliedStaffListRows.fromJson,
  532. (JobListAppliedStaffListRowsSecurityIn).toString(): JobListAppliedStaffListRowsSecurityIn.fromJson,
  533. (JobListAppliedStaffListRowsSecurityOut).toString(): JobListAppliedStaffListRowsSecurityOut.fromJson,
  534. (JobListAppliedStaffListRowsWorkIn).toString(): JobListAppliedStaffListRowsWorkIn.fromJson,
  535. (JobListAppliedStaffListRowsWorkOut).toString(): JobListAppliedStaffListRowsWorkOut.fromJson,
  536. (JobListAppliedStaffSearchEntity).toString(): JobListAppliedStaffSearchEntity.fromJson,
  537. (JobListAppliedStaffSearchRows).toString(): JobListAppliedStaffSearchRows.fromJson,
  538. (JobListAppliedWorkFlowEntity).toString(): JobListAppliedWorkFlowEntity.fromJson,
  539. (JobListAppliedWorkFlowRecords).toString(): JobListAppliedWorkFlowRecords.fromJson,
  540. (JobListDetailEntity).toString(): JobListDetailEntity.fromJson,
  541. (JobListDetailDepartmentList).toString(): JobListDetailDepartmentList.fromJson,
  542. (JobListEditIndexSGEntity).toString(): JobListEditIndexSGEntity.fromJson,
  543. (JobListEditIndexOption).toString(): JobListEditIndexOption.fromJson,
  544. (JobListEntity).toString(): JobListEntity.fromJson,
  545. (JobListRows).toString(): JobListRows.fromJson,
  546. (JobListIndexEntity).toString(): JobListIndexEntity.fromJson,
  547. (JobListIndexDepartmentList).toString(): JobListIndexDepartmentList.fromJson,
  548. (JobListIndexStatusList).toString(): JobListIndexStatusList.fromJson,
  549. (JobListIndexSGEntity).toString(): JobListIndexSGEntity.fromJson,
  550. (JobListIndexSGOption).toString(): JobListIndexSGOption.fromJson,
  551. (JobListRemarkViewEntity).toString(): JobListRemarkViewEntity.fromJson,
  552. (JobListSGEntity).toString(): JobListSGEntity.fromJson,
  553. (JobListSGRows).toString(): JobListSGRows.fromJson,
  554. (JobTemplateEditIndexEntity).toString(): JobTemplateEditIndexEntity.fromJson,
  555. (JobTemplateEditIndexAgeList).toString(): JobTemplateEditIndexAgeList.fromJson,
  556. (JobTemplateEditIndexSexList).toString(): JobTemplateEditIndexSexList.fromJson,
  557. (JobTemplateEditIndexLanguageList).toString(): JobTemplateEditIndexLanguageList.fromJson,
  558. (JobTemplateSGEntity).toString(): JobTemplateSGEntity.fromJson,
  559. (JobTemplateSGRows).toString(): JobTemplateSGRows.fromJson,
  560. (JobTitleEditIndexEntity).toString(): JobTitleEditIndexEntity.fromJson,
  561. (JobTitleEditIndexTemplate).toString(): JobTitleEditIndexTemplate.fromJson,
  562. (JobTitleSGEntity).toString(): JobTitleSGEntity.fromJson,
  563. (JobTitleSGRows).toString(): JobTitleSGRows.fromJson,
  564. (LabourReportEntity).toString(): LabourReportEntity.fromJson,
  565. (LabourReportRows).toString(): LabourReportRows.fromJson,
  566. (LabourReportTotal).toString(): LabourReportTotal.fromJson,
  567. (LabourRequestEditIndexEntity).toString(): LabourRequestEditIndexEntity.fromJson,
  568. (LabourRequestEditIndexTemplateList).toString(): LabourRequestEditIndexTemplateList.fromJson,
  569. (LabourRequestEditIndexDepartmentList).toString(): LabourRequestEditIndexDepartmentList.fromJson,
  570. (LabourRequestIndexEntity).toString(): LabourRequestIndexEntity.fromJson,
  571. (LabourRequestIndexDepartmentList).toString(): LabourRequestIndexDepartmentList.fromJson,
  572. (LabourRequestIndexStatusList).toString(): LabourRequestIndexStatusList.fromJson,
  573. (LabourRequestListEntity).toString(): LabourRequestListEntity.fromJson,
  574. (LabourRequestListRows).toString(): LabourRequestListRows.fromJson,
  575. (LabourRequestSGAddIndexEntity).toString(): LabourRequestSGAddIndexEntity.fromJson,
  576. (LabourRequestSGAddIndexOption).toString(): LabourRequestSGAddIndexOption.fromJson,
  577. (LabourRequestSGEntity).toString(): LabourRequestSGEntity.fromJson,
  578. (LabourRequestSGCountList).toString(): LabourRequestSGCountList.fromJson,
  579. (LabourRequestWorkFlowEntity).toString(): LabourRequestWorkFlowEntity.fromJson,
  580. (LabourRequestWorkFlowRecords).toString(): LabourRequestWorkFlowRecords.fromJson,
  581. (ReviseIndexSGEntity).toString(): ReviseIndexSGEntity.fromJson,
  582. (ReviseIndexSGStatusList).toString(): ReviseIndexSGStatusList.fromJson,
  583. (ReviseListSGEntity).toString(): ReviseListSGEntity.fromJson,
  584. (ReviseListSGRows).toString(): ReviseListSGRows.fromJson,
  585. (ReviseLogSGEntity).toString(): ReviseLogSGEntity.fromJson,
  586. (ReviseLogSGRecords).toString(): ReviseLogSGRecords.fromJson,
  587. (ReviseLogSGRecordsContent).toString(): ReviseLogSGRecordsContent.fromJson,
  588. (ReviseLogSGRecordsOption).toString(): ReviseLogSGRecordsOption.fromJson,
  589. (StaffDetailEntity).toString(): StaffDetailEntity.fromJson,
  590. (StaffDetailSGEntity).toString(): StaffDetailSGEntity.fromJson,
  591. (StaffDetailSGReviews).toString(): StaffDetailSGReviews.fromJson,
  592. (StaffDetailSGReviewsReviews).toString(): StaffDetailSGReviewsReviews.fromJson,
  593. (StaffJobHistorySGEntity).toString(): StaffJobHistorySGEntity.fromJson,
  594. (StaffJobHistorySGRows).toString(): StaffJobHistorySGRows.fromJson,
  595. (StaffLabourHistoryEntity).toString(): StaffLabourHistoryEntity.fromJson,
  596. (StaffLabourHistoryRows).toString(): StaffLabourHistoryRows.fromJson,
  597. (StaffLabourHistoryRowsSecurityIn).toString(): StaffLabourHistoryRowsSecurityIn.fromJson,
  598. (StaffLabourHistoryRowsSecurityOut).toString(): StaffLabourHistoryRowsSecurityOut.fromJson,
  599. (StaffLabourHistoryRowsWorkIn).toString(): StaffLabourHistoryRowsWorkIn.fromJson,
  600. (StaffLabourHistoryRowsWorkOut).toString(): StaffLabourHistoryRowsWorkOut.fromJson,
  601. (StaffRemarkHistoryEntity).toString(): StaffRemarkHistoryEntity.fromJson,
  602. (StaffRemarkHistoryRows).toString(): StaffRemarkHistoryRows.fromJson,
  603. (StaffRequestReportEntity).toString(): StaffRequestReportEntity.fromJson,
  604. (StaffReviewHistorySGEntity).toString(): StaffReviewHistorySGEntity.fromJson,
  605. (StaffReviewHistorySGReviews).toString(): StaffReviewHistorySGReviews.fromJson,
  606. (ServerTime).toString(): ServerTime.fromJson,
  607. };
  608. bool containsKey(String type) {
  609. return convertFuncMap.containsKey(type);
  610. }
  611. JsonConvertFunction? operator [](String key) {
  612. return convertFuncMap[key];
  613. }
  614. }