Package de.quantummaid.httpmaid.path
Class AnyMatcher
- java.lang.Object
-
- de.quantummaid.httpmaid.path.AnyMatcher
-
- All Implemented Interfaces:
StateMachineMatcher<String>
public final class AnyMatcher extends Object implements StateMachineMatcher<String>
-
-
Constructor Summary
Constructors Constructor Description AnyMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>captures()Optional<Map<String,String>>matchAndReturnCaptures(String element)StringtoString()
-
-
-
Method Detail
-
matchAndReturnCaptures
public Optional<Map<String,String>> matchAndReturnCaptures(String element)
- Specified by:
matchAndReturnCapturesin interfaceStateMachineMatcher<String>
-
captures
public List<String> captures()
- Specified by:
capturesin interfaceStateMachineMatcher<String>
-
-