Java org.springframework.util AntPathMatcher fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util AntPathMatcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util AntPathMatcher.

The text is from its open source code.

Field

StringDEFAULT_PATH_SEPARATOR
Default path separator: "/".

Constructor

AntPathMatcher()
Create a new instance with the #DEFAULT_PATH_SEPARATOR .
AntPathMatcher(String pathSeparator)
A convenient, alternative constructor to use with a custom path separator.

Method