sngular / scs-multiapi-plugin

This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
http://sngular.com
Mozilla Public License 2.0
48 stars 10 forks source link

Support for Multipart #328

Closed oscar-ares closed 3 weeks ago

oscar-ares commented 9 months ago

If an OpenApi defined API uses multipart/form-data in the request body to upload a file using:

file:
    type: string
    format: binary

The DTO generated defines the file field as a String, instead of MultipartFile object

It would be greatly appreciated if this feature could be added. Thank you!

github-actions[bot] commented 9 months ago

Thank you for collaborating with the project by giving us feedback! Cheers!

janDuinRod commented 8 months ago

Hi! This issue is also affecting our project. Is the solution currently in progress?