Closed schlagi123 closed 4 years ago
Hmm, it is a list, i guess you mean List<String>
instead of List<MultipartFile>
?
Looks like it is considering the string:binary
mapping. That is unexpected.. ;-)
interesting is that it is broken even without the array
mapping.
the bug is that matching the mapping does not honor the format in all cases
Hi,
here my mapping.yaml and opanapi.yaml
The result is the following Interface:
spring processor version: 1.0.0.M19 gradle plugin version: 1.0.0.M8
The mapping of the return type is correct, but the mapping of the parameter is wrong. List was expected by me.