Class PathRequest
java.lang.Object
org.springframework.boot.autoconfigure.security.reactive.PathRequest
Factory that can be used to create a 
ServerWebExchangeMatcher for commonly used
 paths.- Since:
- 2.0.0
- Author:
- Madhura Bhave
- 
Method SummaryModifier and TypeMethodDescriptionstatic StaticResourceRequestReturns aStaticResourceRequestthat can be used to create a matcher forlocations.
- 
Method Details- 
toStaticResourcesReturns aStaticResourceRequestthat can be used to create a matcher forlocations.- Returns:
- a StaticResourceRequest
 
 
-