問題タブ [spring-auto-restdocs]

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.

0 投票する
0 に答える
34 参照

spring-restdocs - JsonIgnore が Spring Rest-Docs で機能しない

エンドポイントを作成し、そのための rest-doc を実装しました。https://scacap.github.io/spring-auto-restdocs/

次に、そのためのモック テスト メソッドを作成しました。

その結果、Spring rest-docs は @JsonIgnore フィールドを含むドキュメントを生成します。

spring rest-docs からこの @JsonIgnore フィールドを無視する方法はありますか?