forked from loafle/openapi-generator-original
add isModel to updatebooleanflagwithcodegenproperty (#1844)
This commit is contained in:
parent
581bac83e9
commit
87d5484f2e
@ -4035,6 +4035,9 @@ public class DefaultCodegen implements CodegenConfig {
|
||||
if (Boolean.TRUE.equals(property.isFile)) {
|
||||
parameter.isFile = true;
|
||||
}
|
||||
if (Boolean.TRUE.equals(property.isModel)) {
|
||||
parameter.isModel = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user