Class NegatedServerWebExchangeMatcher

java.lang.Object
org.springframework.security.web.server.util.matcher.NegatedServerWebExchangeMatcher
All Implemented Interfaces:
ServerWebExchangeMatcher

public class NegatedServerWebExchangeMatcher extends Object implements ServerWebExchangeMatcher
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.
Since:
5.1