public static final class StaticResourceRequest.StaticResourceServerWebExchange extends Object implements ServerWebExchangeMatcher
locations.ServerWebExchangeMatcher.MatchResult| Modifier and Type | Method and Description | 
|---|---|
| StaticResourceRequest.StaticResourceServerWebExchange | excluding(Set<StaticResourceLocation> locations)Return a new  StaticResourceRequest.StaticResourceServerWebExchangebased on this one but
 excluding the specified locations. | 
| StaticResourceRequest.StaticResourceServerWebExchange | excluding(StaticResourceLocation first,
         StaticResourceLocation... rest)Return a new  StaticResourceRequest.StaticResourceServerWebExchangebased on this one but
 excluding the specified locations. | 
| reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> | matches(ServerWebExchange exchange) | 
public StaticResourceRequest.StaticResourceServerWebExchange excluding(StaticResourceLocation first, StaticResourceLocation... rest)
StaticResourceRequest.StaticResourceServerWebExchange based on this one but
 excluding the specified locations.first - the first location to excluderest - additional locations to excludeStaticResourceRequest.StaticResourceServerWebExchangepublic StaticResourceRequest.StaticResourceServerWebExchange excluding(Set<StaticResourceLocation> locations)
StaticResourceRequest.StaticResourceServerWebExchange based on this one but
 excluding the specified locations.locations - the locations to excludeStaticResourceRequest.StaticResourceServerWebExchangepublic reactor.core.publisher.Mono<ServerWebExchangeMatcher.MatchResult> matches(ServerWebExchange exchange)
matches in interface ServerWebExchangeMatcher