openapi-generator/modules/swagger-codegen
harishchoragudi 2d008be181 Fix for issue#5788 -CPPRest generated models are not using inheritance as specified in contract (#5791)
* fixed map to use value instead of mapentry while doing fromJson.

* cpprest models now use inheritance properly instead of always extending from ModelBase

* cpprest models now use inheritance properly instead of always extending from ModelBase

* removed a sysout used for debugging

* toJson() and fromJson() now leverages parent class's corresponding methods

* virtual is not needed as override essentially does the same thing.

* added docstring for getModelByName

* corrected the javadoc

* fixed @param issue in javadoc

* fixed @param uncapitalized P in param in javadoc
2017-06-09 01:41:20 +08:00
..
src Fix for issue#5788 -CPPRest generated models are not using inheritance as specified in contract (#5791) 2017-06-09 01:41:20 +08:00
.gitignore use Title attribute as model name 2016-05-14 15:30:57 -04:00
pom.xml Revert "Issue#5376- changes to include swagger version in generated api files (#5449)" (#5489) 2017-04-26 17:53:36 +08:00