接口 RequestMatcherProvider

所有已知实现类:
AntPathRequestMatcherProvider
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@Deprecated(since="3.5.0", forRemoval=true) @FunctionalInterface public interface RequestMatcherProvider
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.5.0 for removal in 4.0.0 in favor of org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider
Interface that can be used to provide a RequestMatcher that can be used with Spring Security.
从以下版本开始:
2.0.5
作者:
Madhura Bhave
  • 方法概要

    修饰符和类型
    方法
    说明
    已过时, 待删除: 此 API 元素将从以后的版本中删除。
    Return the RequestMatcher to be used for the specified pattern.
  • 方法详细资料

    • getRequestMatcher

      RequestMatcher getRequestMatcher(String pattern)
      已过时, 待删除: 此 API 元素将从以后的版本中删除。
      Return the RequestMatcher to be used for the specified pattern.
      参数:
      pattern - the request pattern
      返回:
      a request matcher