mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +00:00
fixed NPE for objc client
This commit is contained in:
@@ -4,3 +4,7 @@ swaggerUrl: ./src/main/swagger/swagger.json
|
||||
modelMappings:
|
||||
{{#models}}{{#model}}{{classname}} : {{modelPackage}}.{{classname}}{{/model}}
|
||||
{{/models}}
|
||||
entityProcessors:
|
||||
- json
|
||||
- xml
|
||||
- yaml
|
||||
Reference in New Issue
Block a user