mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 05:30:51 +00:00
Expose `isPassword` codegen property. This property can be used in the mustache templates to handle specific generation use case. _e.g._: * hiding the string value of password fields in generated toString() methods * use more specific types like `char[]` instead of `String` in [Java](https://stackoverflow.com/a/8881376) Closes https://github.com/OpenAPITools/openapi-generator/issues/9124