Files
openapi-generator/modules
Maelig Nantel faa4ecd0cd Support java code generation for UUIDProperty
A property defined as "type: string & format: uuid" is now generated in
Java using "java.util.UUID" class instead of a classical String. In the
Java, the UUID class do not provide a constructor. You may use the
method UUID.fromString(<uuid_string>) to construct your UUID object.
2016-01-15 12:39:25 +01:00
..
2016-01-07 20:43:49 -08:00
2016-01-07 20:43:49 -08:00