Package | Description |
---|---|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
Modifier and Type | Method and Description |
---|---|
Set<NameValueExpression<String>> |
ParamsRequestCondition.getExpressions()
Return the contained request parameter expressions.
|
Set<NameValueExpression<String>> |
HeadersRequestCondition.getExpressions()
Return the contained request header expressions.
|