Java org.springframework.security.web.server.util.matcher ServerWebExchangeMatchers fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.server.util.matcher ServerWebExchangeMatchers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.server.util.matcher ServerWebExchangeMatchers.

The text is from its open source code.

Method

ServerWebExchangeMatcherpathMatchers(HttpMethod method, String... patterns)
Creates a matcher that matches on the specific method and any of the provided patterns.