This is a Maven plugin designed to help developers automatizing the creation of code classes from YML files based on AsyncApi and OpenAPI.
Mozilla Public License 2.0
48
stars
10
forks
source link
Fix responses with no body return Void #336
Closed
carlosaf-sngular closed 3 weeks ago
The generated code for 204 responses has return type Void and tries to return a non existent body.
Example
Yaml specification:
Generated code: