Class PathMatchers.NumberMatcher<T>
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher<scala.Tuple1<T>>
org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher<T>
- All Implemented Interfaces:
- scala.Function1<Uri.Path,- PathMatcher.Matching<scala.Tuple1<T>>> 
- Direct Known Subclasses:
- PathMatchers.HexIntNumber$,- PathMatchers.HexLongNumber$,- PathMatchers.IntNumber$,- PathMatchers.LongNumber$
- Enclosing interface:
- PathMatchers
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.server.PathMatcherPathMatcher.EnhancedPathMatcher<L>, PathMatcher.Lift<L,M>, PathMatcher.Lift$, PathMatcher.LowLevelLiftImplicits, PathMatcher.Matched<L>, PathMatcher.Matched$, PathMatcher.Matching<L>, PathMatcher.PathMatcher1Ops<T>, PathMatcher.Unmatched$ 
- 
Constructor SummaryConstructorsConstructorDescriptionNumberMatcher(T max, T base, scala.math.Integral<T> x) A PathMatcher that matches up to 128 remaining segments as a List[String].
- 
Method SummaryModifier and TypeMethodDescriptionPathMatcher.Matching<scala.Tuple1<T>>abstract TfromChar(char c) fromDecimalChar(char c) fromHexChar(char c) minusOne()Methods inherited from class org.apache.pekko.http.scaladsl.server.PathMatcher_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcher, append, apply, apply, EmptyMatch, ev, or, provide, repeat, repeat, repeat, slash, slash, tflatMap, tmap, transformMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Function1andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
- 
Constructor Details- 
NumberMatcherA PathMatcher that matches up to 128 remaining segments as a List[String]. This can also be no segments resulting in the empty list. If the path has a trailing slash this slash will *not* be matched.- Parameters:
- max- (undocumented)
- base- (undocumented)
- x- (undocumented)
 
 
- 
- 
Method Details- 
apply
- 
fromChar
- 
fromDecimalChar
- 
fromHexChar
- 
maxDivBase
- 
minusOne
 
-