Files
openapi-generator/docs
Peter Leibiger e1c43f1356 [dart][dart-dio] Prevent name clashes with existing dart types (#8198)
* [dart][dart-dio] Prevent name clashes with existing dart types

Can not use dart import aliases for now as this is not supported by built_value. This means we need to add potentially clashing names/classes to an `additionalReservedWords` exclusion list. Starting with a basic list of some http/io classes.

Correctly use `importMapping` and `defaultIncludes` this time around. Improve reserved word checking.

This now successfully generates `ModelList`, `ModelFile` and `ModelClient` models which previously were not generated at all or were wrong types.

* Address review comment

* Update generator docs
2020-12-16 17:25:20 +08:00
..
2020-05-31 23:03:12 +08:00
2020-02-11 21:22:58 +08:00
2020-06-22 11:32:24 +08:00
2020-02-11 21:22:58 +08:00
2018-06-20 00:29:17 -04:00