fixed NPE for objc client

This commit is contained in:
Tony Tam
2015-10-07 17:11:52 -07:00
parent 735cae7b49
commit 733e19c113
2 changed files with 6 additions and 1 deletions

View File

@@ -4,3 +4,7 @@ swaggerUrl: ./src/main/swagger/swagger.json
modelMappings:
{{#models}}{{#model}}{{classname}} : {{modelPackage}}.{{classname}}{{/model}}
{{/models}}
entityProcessors:
- json
- xml
- yaml