Polish NegatedServerWebExchangeMatcher

Issue: gh-5170
This commit is contained in:
Rob Winch 2018-03-29 21:17:40 -05:00
parent d83b67e4cb
commit 8fbec3f0f1
1 changed files with 3 additions and 1 deletions

View File

@ -20,8 +20,10 @@ import org.springframework.web.server.ServerWebExchange;
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
* @since 5.0
* @since 5.1
*/
public class NegatedServerWebExchangeMatcher implements ServerWebExchangeMatcher {
private final ServerWebExchangeMatcher matcher;