swagger-api / swagger-api/swagger-codegen
java.util.Map is not imported
Nobody has claimed this yet.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Description
When I use swagger-codegen-maven-plugin maven plugin to generate API java code, the Map is not imported. I saw some similar issue raised but no code fix merged in master branch, could you please let me know when could the fix merged in master branch.
Swagger-codegen version
2.4.0-SNAPSHOT
Swagger declaration file content or url
- name: searchCriteria
required: false
in: query
type: object
additionalProperties: {
type: string
}
Suggest a fix/enhancement
Please support Map in code generation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing generation with swagger-codegen-maven-plugin 2.4.0-SNAPSHOT using the provided query parameter declaration and inspect the generated Java API code. Trace how an object with additionalProperties of type string is rendered, then verify that the generated code includes the required Map import and remains compilable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100