mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
This commit is contained in:
commit
419c3165ea
@ -179,6 +179,10 @@ public class InlineModelResolver {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (model instanceof ComposedModel) {
|
||||||
|
ComposedModel m = (ComposedModel) model;
|
||||||
|
Map<String, Property> properties = m.getChild().getProperties();
|
||||||
|
flattenProperties(properties, modelName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user