Uses of Class
org.springframework.web.reactive.result.condition.ParamsRequestCondition
Packages that use ParamsRequestCondition
Package
Description
RequestCondition
 and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
- 
Uses of ParamsRequestCondition in org.springframework.web.reactive.result.conditionSubclasses with type arguments of type ParamsRequestCondition in org.springframework.web.reactive.result.conditionModifier and TypeClassDescriptionfinal classA logical conjunction (' && ') request condition that matches a request against a set parameter expressions with syntax defined inRequestMapping.params().Methods in org.springframework.web.reactive.result.condition that return ParamsRequestConditionModifier and TypeMethodDescriptionParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.ParamsRequestCondition.getMatchingCondition(ServerWebExchange exchange) Returns "this" instance if the request matches all param expressions; ornullotherwise.Methods in org.springframework.web.reactive.result.condition with parameters of type ParamsRequestConditionModifier and TypeMethodDescriptionParamsRequestCondition.combine(ParamsRequestCondition other) Returns a new instance with the union of the param expressions from "this" and the "other" instance.intParamsRequestCondition.compareTo(ParamsRequestCondition other, ServerWebExchange exchange) Compare to another condition based on parameter expressions.
- 
Uses of ParamsRequestCondition in org.springframework.web.reactive.result.methodMethods in org.springframework.web.reactive.result.method that return ParamsRequestConditionModifier and TypeMethodDescriptionRequestMappingInfo.getParamsCondition()Returns the "parameters" condition of thisRequestMappingInfo; or instance with 0 parameter expressions, nevernull.