forked from loafle/openapi-generator-original
Merge branch 'java-support-uuid-generation' into fix-java-warnings
This commit is contained in:
commit
94315a249d
@ -711,6 +711,8 @@ public class DefaultCodegen {
|
||||
datatype = "map";
|
||||
} else if (p instanceof DecimalProperty) {
|
||||
datatype = "number";
|
||||
} else if ( p instanceof UUIDProperty) {
|
||||
datatype = "UUID";
|
||||
} else if (p instanceof RefProperty) {
|
||||
try {
|
||||
RefProperty r = (RefProperty) p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user