OpenAPITools / OpenAPITools/openapi-generator
[REQ][kotlin-spring] Add @ApiModelProperty for kotlin-spring generator
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
I have a problem with kotlin-spring generator.
It doesn't preserve example information and store description in the Java doc format instead of usage @ApiModelProperty compare to the spring generator.
Springfox doesn't show example and description information at all(
I use openapi-generator 4.1.2 and springfox 2.9.2.
Thanks in advance!
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
Compare the kotlin-spring generator with the spring generator, focusing on how example and description information is emitted. Confirm the generated Kotlin output uses @ApiModelProperty so Springfox displays both values, rather than storing the description only in JavaDoc.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin, spring
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100