Class NegatedServerWebExchangeMatcher

  • All Implemented Interfaces:
    ServerWebExchangeMatcher

    public class NegatedServerWebExchangeMatcher
    extends java.lang.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