問題タブ [swagger-codegen]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
863 問題
0
投票する
0
に答える
234
参照
swagger - swagger Javaコード生成の隠し属性
仕様ファイルからモデル クラスを生成するために、swagger-codegen-maven-plugin を使用しています。
ApiModelProperty で hidden=true を使用してフィールドを非表示にできることはわかっています。codegen が隠しプロパティをフィールドに自動的に追加するように、仕様でこれを設定できる方法はありますか?