Files
openapi-generator/modules/swagger-codegen
Erik van Zijst 995869f4d5 Java Class Name Clashes with java.lang.*
A swagger file that contains a definition named "object" compiles into a
class named Object. This is technically not a problem as it lives in a
different package than java.lang.Object, but this requires the templates to
refer to Java's Object using its fully qualified name.
2016-01-08 11:07:18 -08:00
..
2015-12-06 10:38:50 +01:00
2016-01-06 09:47:32 -08:00