クラスの使用
org.springframework.web.servlet.mvc.condition.ProducesRequestCondition
ProducesRequestCondition を使用するパッケージ
パッケージ
説明
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。org.springframework.web.servlet.mvc.condition 内の ProducesRequestCondition 使用
修飾子と型クラス説明final classリクエストの 'Accept' ヘッダーをメディア型式のリストと照合するための論理和('| |')リクエスト条件。修飾子と型メソッド説明ProducesRequestCondition.combine(ProducesRequestCondition other) 式がある場合、「その他」のインスタンスを返します。それ以外の場合は "this" インスタンスを返します。ProducesRequestCondition.getMatchingCondition(jakarta.servlet.http.HttpServletRequest request) 含まれているメディア型式のいずれかが指定されたリクエストの "Content-Type" ヘッダーと一致するかどうかを確認し、一致する式のみが含まれていることが保証されているインスタンスを返します。型 ProducesRequestCondition のパラメーターを持つ org.springframework.web.servlet.mvc.condition のメソッド修飾子と型メソッド説明ProducesRequestCondition.combine(ProducesRequestCondition other) 式がある場合、「その他」のインスタンスを返します。それ以外の場合は "this" インスタンスを返します。intProducesRequestCondition.compareTo(ProducesRequestCondition other, jakarta.servlet.http.HttpServletRequest request) これと別の「生成」条件を次のように比較します。MimeTypeUtils.sortBySpecificity(List)を介して品質値で "Accept" ヘッダーメディア型をソートし、リストを反復します。org.springframework.web.servlet.mvc.method 内の ProducesRequestCondition 使用
修飾子と型メソッド説明RequestMappingInfo.getProducesCondition()このRequestMappingInfoの「プロデュース」状態を返します。または、0 のインスタンスは式を生成します(非null)。型 ProducesRequestCondition のパラメーターを持つ org.springframework.web.servlet.mvc.method のコンストラクター修飾子コンストラクター説明RequestMappingInfo(@Nullable StringSE name, @Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable VersionRequestCondition version, @Nullable RequestCondition<?> custom) 使用すべきではありません。RequestMappingInfo(@Nullable PatternsRequestCondition patterns, @Nullable RequestMethodsRequestCondition methods, @Nullable ParamsRequestCondition params, @Nullable HeadersRequestCondition headers, @Nullable ConsumesRequestCondition consumes, @Nullable ProducesRequestCondition produces, @Nullable VersionRequestCondition version, @Nullable RequestCondition<?> custom) 使用すべきではありません。RequestMappingInfo.paths(String...)経由でRequestMappingInfo.Builderを使用することを推奨します。
RequestMappingInfo.paths(String...)経由でRequestMappingInfo.Builderを使用することを推奨します。