クラス RequestMappingInfo

java.lang.ObjectSE
org.springframework.web.servlet.mvc.method.RequestMappingInfo
実装されたすべてのインターフェース:
RequestCondition<RequestMappingInfo>

public final class RequestMappingInfo extends ObjectSE implements RequestCondition<RequestMappingInfo>
マッピング情報をリクエストします。次の条件のコンポジット:
  1. 解析された PathPatterns を使用した PathPatternsRequestCondition または PathMatcher を介したストリングパターンを使用した PatternsRequestCondition
  2. RequestMethodsRequestCondition
  3. ParamsRequestCondition
  4. HeadersRequestCondition
  5. ConsumesRequestCondition
  6. ProducesRequestCondition
  7. RequestCondition (オプションのカスタムリクエスト条件)
導入:
3.1
作成者:
Arjen Poutsma, Rossen Stoyanchev