Class PathMatchers.HexIntNumber$
java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher<scala.Tuple1<T>>
org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher<Object>
org.apache.pekko.http.scaladsl.server.PathMatchers.HexIntNumber$
- All Implemented Interfaces:
- scala.Function1<Uri.Path,- PathMatcher.Matching<scala.Tuple1<Object>>> 
- 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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcherapply, fromDecimalChar, fromHexChar, maxDivBase, minusOneMethods 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- 
HexIntNumber$public HexIntNumber$()
 
- 
- 
Method Details- 
fromCharpublic int fromChar(char c) 
 
-