Package | Description |
---|---|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
Modifier and Type | Method and Description |
---|---|
RequestConditionHolder |
RequestConditionHolder.combine(RequestConditionHolder other)
Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
|
RequestConditionHolder |
RequestConditionHolder.getMatchingCondition(ServerWebExchange exchange)
Get the matching condition for the held request condition wrap it in a
new RequestConditionHolder instance.
|
Modifier and Type | Method and Description |
---|---|
RequestConditionHolder |
RequestConditionHolder.combine(RequestConditionHolder other)
Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
|
int |
RequestConditionHolder.compareTo(RequestConditionHolder other,
ServerWebExchange exchange)
Compare the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type.
|