Package org.mockserver.matchers
Class PathGroupExtractor.PathGroups
java.lang.Object
org.mockserver.matchers.PathGroupExtractor.PathGroups
- Enclosing class:
- PathGroupExtractor
Holds the numbered and named capture groups extracted from a path match.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
hasGroups
public boolean hasGroups()- Returns:
- true when the pattern produced at least one capturing group (numbered or named)
-
getNumberedGroups
-
getNamedGroups
-