Java org.springframework.web.util.pattern PathPattern fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.util.pattern PathPattern fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

ComparatorSPECIFICITY_COMPARATOR
Comparator that sorts patterns by specificity as follows:
  1. Null instances are last.

Method

PathPatterncombine(PathPattern pattern2string)
Combine this pattern with another.
StringgetPatternString()
Return the original String that was parsed to create this PathPattern.
PathMatchInfomatchAndExtract(PathContainer pathContainer)
Match this pattern to the given URI path and return extracted URI template variables as well as path parameters (matrix variables).