vojtechhabarta / typescript-generator

Generates TypeScript from Java - JSON declarations, REST service client
MIT License
1.15k stars 236 forks source link

Generated typescript file only contain Swagger @ApiModel annotation,no @ApiModelProperty annotation #1000

Open cyt574 opened 1 year ago

cyt574 commented 1 year ago

e.g. Object named Activity with annotation @ApiModel(value = "xxxx1"),after generate,it comes to / xxxx1 / in ts file, it works. There is a name field in Activity with annotation @ApiModelProperty(value = "xxxx2"), after generate, nothing generated in ts file .Please help, thanks