Uses of Interface
de.quantummaid.httpmaid.path.statemachine.StateMachineMatcher
-
Packages that use StateMachineMatcher Package Description de.quantummaid.httpmaid.path de.quantummaid.httpmaid.path.statemachine -
-
Uses of StateMachineMatcher in de.quantummaid.httpmaid.path
Classes in de.quantummaid.httpmaid.path that implement StateMachineMatcher Modifier and Type Class Description classAnyMatcherclassRegexMatcher -
Uses of StateMachineMatcher in de.quantummaid.httpmaid.path.statemachine
Methods in de.quantummaid.httpmaid.path.statemachine with parameters of type StateMachineMatcher Modifier and Type Method Description static <T> Transition<T>Transition. transition(StateMachineMatcher<T> predicate, State target)
-