Class RequestMappingInfo

java.lang.Object
org.springframework.web.reactive.result.method.RequestMappingInfo
All Implemented Interfaces:
RequestCondition<RequestMappingInfo>

public final class RequestMappingInfo extends Object implements RequestCondition<RequestMappingInfo>
Request mapping information. Encapsulates the following request mapping conditions:
  1. PatternsRequestCondition
  2. RequestMethodsRequestCondition
  3. ParamsRequestCondition
  4. HeadersRequestCondition
  5. ConsumesRequestCondition
  6. ProducesRequestCondition
  7. RequestCondition (optional, custom request condition)
Since:
5.0
Author:
Rossen Stoyanchev