クラス PathPatternParserServerWebExchangeMatcher
java.lang.ObjectSE
org.springframework.security.web.server.util.matcher.PathPatternParserServerWebExchangeMatcher
- 実装されているすべてのインターフェース:
ServerWebExchangeMatcher
public final class PathPatternParserServerWebExchangeMatcher
extends ObjectSE
implements ServerWebExchangeMatcher
PathPattern がアプリケーション内のパスと一致する場合に一致します。- 導入:
- 5.0
ネストされたクラスの要約
インターフェース org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher から継承されたネストクラス / インターフェース
ServerWebExchangeMatcher.MatchResultコンストラクターの概要
コンストラクターコンストラクター説明PathPatternParserServerWebExchangeMatcher(StringSE pattern, org.springframework.http.HttpMethod method) PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern) PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern, org.springframework.http.HttpMethod method) メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult>matches(org.springframework.web.server.ServerWebExchange exchange) リクエストが一致するかどうかを決定しますtoString()
コンストラクターの詳細
PathPatternParserServerWebExchangeMatcher
public PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern) PathPatternParserServerWebExchangeMatcher
public PathPatternParserServerWebExchangeMatcher(org.springframework.web.util.pattern.PathPattern pattern, org.springframework.http.HttpMethod method) PathPatternParserServerWebExchangeMatcher
public PathPatternParserServerWebExchangeMatcher(StringSE pattern, org.springframework.http.HttpMethod method) PathPatternParserServerWebExchangeMatcher
メソッドの詳細
matches
public reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange) インターフェースからコピーされた説明:ServerWebExchangeMatcherリクエストが一致するかどうかを決定します- 次で指定:
- インターフェース
ServerWebExchangeMatcherのmatches - 戻り値:
toString