Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

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

Closed
hauner opened this issue May 25, 2021 · 0 comments
Closed

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

hauner opened this issue May 25, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@hauner
Copy link
Member

hauner commented May 25, 2021

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.

@hauner hauner added the bug Something isn't working label May 25, 2021
@hauner hauner added this to the 2021.4 milestone May 25, 2021
hauner added a commit that referenced this issue May 25, 2021
@hauner hauner closed this as completed May 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant