openapi-generator/samples/server/petstore/java-play-framework-fake-endpoints/app
Guillermo Pastor 65bb761952 Fix: Resolve problem with UUID class not found if there is almost one parameter with format as uuid (#6617)
* feat: java.util.UUID if parameter is UUID

* solve git problem
2017-11-22 16:54:11 +08:00
..
apimodels Fix: Resolve problem with UUID class not found if there is almost one parameter with format as uuid (#6617) 2017-11-22 16:54:11 +08:00
controllers Fix the fake endpoint example. Now all cases are handled by the java play framework! (#6850) 2017-11-02 17:54:34 +08:00
swagger [JavaPlayFramework] Add parameters for beanValidation in the application.conf + fix bugs (#6794) 2017-10-27 22:48:27 +08:00
Module.java There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00