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.
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.