Package io.undertow.util
Class PathMatcher.PathMatch<T>
- java.lang.Object
-
- io.undertow.util.PathMatcher.PathMatch<T>
-
- Enclosing class:
- PathMatcher<T>
public static final class PathMatcher.PathMatch<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMatched()
String
getRemaining()
T
getValue()
-