swagger-codegen icon indicating copy to clipboard operation
swagger-codegen copied to clipboard

[JAVA] how can I generate rest service impl class will Valid annotation

Open zhuyou1234 opened this issue 1 year ago • 1 comments

how can I generate REST API :

  1. add @javax.validation.Valid to rest class
  2. add @javax.validation.Valid to method param

image

I check code apiServiceImpl.mustache ,seems we can't add any other constraints annotations to rest impl class

Description
Swagger-codegen version
Swagger declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement

zhuyou1234 avatar Feb 29 '24 07:02 zhuyou1234

rest impl class can only have @javax.annotation.Generated annotation

zhuyou1234 avatar Feb 29 '24 07:02 zhuyou1234