openapi-generator/modules
Ches Martin d9117480f8 [objc] Add casts that avoid method resolution errors
Because the `data` that we're deserializing is of type `id` (essentially
untyped), it's possible to have method resolution clashes without
explicitly casting here once we've parsed a type. I had this issue with
a pagination container model, for instance, which has a field named
`count` that conflicts with the property of the same name on `NSArray`
or `NSDictionary`.
2015-10-06 10:58:48 +07:00
..
swagger-codegen [objc] Add casts that avoid method resolution errors 2015-10-06 10:58:48 +07:00
swagger-codegen-cli switch Generate to use CodegenConfigurator 2015-09-02 09:28:40 -07:00
swagger-codegen-maven-plugin consistent indentation (spaces, not tabs) 2015-09-22 18:08:47 +02:00
swagger-generator Merge pull request #1319 from cbornet/online_version 2015-10-04 23:57:16 +08:00