mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Polish NegatedServerWebExchangeMatcher
Issue: gh-5170
This commit is contained in:
parent
d83b67e4cb
commit
8fbec3f0f1
@ -20,8 +20,10 @@ import org.springframework.web.server.ServerWebExchange;
|
|||||||
import reactor.core.publisher.Mono;
|
import reactor.core.publisher.Mono;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Negates the provided matcher. If the provided matcher returns true, then the result will be false. If the provided
|
||||||
|
* matcher returns false, then the result will be true.
|
||||||
* @author Tao Qian
|
* @author Tao Qian
|
||||||
* @since 5.0
|
* @since 5.1
|
||||||
*/
|
*/
|
||||||
public class NegatedServerWebExchangeMatcher implements ServerWebExchangeMatcher {
|
public class NegatedServerWebExchangeMatcher implements ServerWebExchangeMatcher {
|
||||||
private final ServerWebExchangeMatcher matcher;
|
private final ServerWebExchangeMatcher matcher;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user