Closed
Description
looks like the target type of a type mapping gets no import statement in the generate code. For example using the following mapping
map:
paths:
/api/generatr:
types:
- from: ApiGeneratrRequestBody
to: org.springframework.web.multipart.MultipartFile
it does not generate an import for MultipartFile
.
Is there no test?