openapi-processor / openapi-processor-core

moved into openapi-processor-base
Apache License 2.0
7 stars 5 forks source link

pojos only used in a multipart response are not generated #67

Closed hauner closed 3 years ago

hauner commented 3 years ago

another missing class issue, caused by trying to filter the request body of a multipart request in ApiConverter.createMultipartParameter.

Since the "parts" are split into single parameters, there is no need for request body pojo that contains all parts. Unfortunately that looses the reference to the part pojos.