OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.8k stars 6.58k forks source link

[BUG] [java] Generates constraints validation annotations on getter methods not on fields #17184

Open narasimha3841 opened 11 months ago

narasimha3841 commented 11 months ago
Description

Generates constraints validation annotations on getter methods not on fields

openapi-generator version

7.0.1

lindenquan commented 2 months ago

Even it is on getter methods, the validation still took effect.