Package | Description |
---|---|
org.springframework.web.reactive.result.condition |
RequestCondition
and implementations for matching requests based on different criteria. |
Modifier and Type | Method and Description |
---|---|
CompositeRequestCondition |
CompositeRequestCondition.combine(CompositeRequestCondition other)
If one instance is empty, return the other.
|
CompositeRequestCondition |
CompositeRequestCondition.getMatchingCondition(ServerWebExchange exchange)
Delegate to all contained conditions to match the request and return the
resulting "matching" condition instances.
|
Modifier and Type | Method and Description |
---|---|
CompositeRequestCondition |
CompositeRequestCondition.combine(CompositeRequestCondition other)
If one instance is empty, return the other.
|
int |
CompositeRequestCondition.compareTo(CompositeRequestCondition other,
ServerWebExchange exchange)
If one instance is empty, the other "wins".
|