All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
PathMatcher5<T1,T2,T3,T4,T5> |
concat(PathMatcher0 next) |
<N> PathMatcher6<T1,T2,T3,T4,T5,N> |
concat(PathMatcher1<N> next) |
<N1,N2> PathMatcher7<T1,T2,T3,T4,T5,N1,N2> |
concat(PathMatcher2<N1,N2> next) |
PathMatcher5<T1,T2,T3,T4,T5> |
concat(java.lang.String segment) |
PathMatcher0 |
invert() |
PathMatcher5<T1,T2,T3,T4,T5> |
orElse(PathMatcher5<T1,T2,T3,T4,T5> alternative) |
PathMatcher5<T1,T2,T3,T4,T5> |
slash() |
PathMatcher5<T1,T2,T3,T4,T5> |
slash(PathMatcher0 next) |
<N> PathMatcher6<T1,T2,T3,T4,T5,N> |
slash(PathMatcher1<N> next) |
<N1,N2> PathMatcher7<T1,T2,T3,T4,T5,N1,N2> |
slash(PathMatcher2<N1,N2> next) |
PathMatcher5<T1,T2,T3,T4,T5> |
slash(java.lang.String segment) |
PathMatcher<scala.Tuple5<T1,T2,T3,T4,T5>> |
toScala() |