forked from loafle/openapi-generator-original
added array support
This commit is contained in:
parent
dc9a00809c
commit
e82ecf695d
@ -745,6 +745,8 @@ public class DefaultCodegen {
|
||||
op.isMapContainer = Boolean.TRUE;
|
||||
else if ("list".equalsIgnoreCase(cm.containerType))
|
||||
op.isListContainer = Boolean.TRUE;
|
||||
else if ("array".equalsIgnoreCase(cm.containerType))
|
||||
op.isListContainer = Boolean.TRUE;
|
||||
}
|
||||
else
|
||||
op.returnSimpleType = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user