openapi-generator/modules/swagger-codegen
Benjamin Douglas ab69ce5dc3 Add null pointer check to add/put methods (#5385) (#5386)
Commit e3d04ee01 (issue #5240) introduced unsafe add/put methods for optional
list/map parameters. This change maintains the spirit of issue #5240 (optional
containers are null by default) while still making add/put calls safe. It does
this by checking for null first and, if so, initializing it with an empty
container.

Also updated the affected samples using the various scripts in bin/.
2017-04-13 17:37:49 +08:00
..
src Add null pointer check to add/put methods (#5385) (#5386) 2017-04-13 17:37:49 +08:00
XhhGitIgnore Revert "Revert "[Java] Add auto-generated documentation in Markdown to Java clients"" 2016-04-22 10:13:54 +08:00
.gitignore use Title attribute as model name 2016-05-14 15:30:57 -04:00
pom.xml Add support for Markdown in -l html (#5144) 2017-03-23 15:15:01 +08:00