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
[OpenApi] When $ref is used in response it produces a ReponseEntity<Void> #259
Closed
jemacineiras closed 1 year ago
When response is replaces by $ref the operation in API produce a Void response instead of the expected one.