Class AntPathRequestMatcherProvider

java.lang.Object
org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
All Implemented Interfaces:
RequestMatcherProvider

@Deprecated(since="3.5.0", forRemoval=true) public class AntPathRequestMatcherProvider extends Object implements RequestMatcherProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5.0 for removal in 3.8.0 along with RequestMatcherProvider
Since:
2.1.8
Author:
Madhura Bhave
  • Constructor Details

    • AntPathRequestMatcherProvider

      public AntPathRequestMatcherProvider(Function<String,String> pathFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details