mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 19:59:11 +00:00
fixed container type
This commit is contained in:
@@ -630,7 +630,7 @@ public class DefaultCodegen {
|
||||
op.defaultResponse = toDefaultValue(responseProperty);
|
||||
op.returnType = cm.datatype;
|
||||
if(cm.isContainer != null) {
|
||||
op.returnContainer = cm.complexType;
|
||||
op.returnContainer = cm.containerType;
|
||||
}
|
||||
else
|
||||
op.returnSimpleType = true;
|
||||
|
||||
Reference in New Issue
Block a user