public class PathMatchers$ extends java.lang.Object implements PathMatchers
PathMatchers.HexIntNumber$, PathMatchers.HexLongNumber$, PathMatchers.IntNumber$, PathMatchers.LongNumber$, PathMatchers.NumberMatcher<T>, PathMatchers.PathEnd$, PathMatchers.Remaining$, PathMatchers.RemainingPath$, PathMatchers.Segment$, PathMatchers.Slash$| Modifier and Type | Field and Description | 
|---|---|
| static PathMatchers$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| PathMatchers$() | 
| Modifier and Type | Method and Description | 
|---|---|
| PathMatcher<scala.Tuple1<java.lang.Object>> | DoubleNumber() | 
| PathMatchers.HexIntNumber$ | HexIntNumber()Accessor for nested Scala object | 
| PathMatchers.HexLongNumber$ | HexLongNumber()Accessor for nested Scala object | 
| PathMatchers.IntNumber$ | IntNumber()Accessor for nested Scala object | 
| PathMatcher<scala.Tuple1<java.util.UUID>> | JavaUUID() | 
| PathMatchers.LongNumber$ | LongNumber()Accessor for nested Scala object | 
| PathMatcher<scala.runtime.BoxedUnit> | Neutral() | 
| PathMatchers.PathEnd$ | PathEnd()Accessor for nested Scala object | 
| PathMatchers.Remaining$ | Remaining()Accessor for nested Scala object | 
| PathMatchers.RemainingPath$ | RemainingPath()Accessor for nested Scala object | 
| PathMatchers.Segment$ | Segment()Accessor for nested Scala object | 
| PathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>> | Segments() | 
| PathMatchers.Slash$ | Slash()Accessor for nested Scala object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnot, nothingMatcher, Segments, Segments, separateOnSlashespublic static final PathMatchers$ MODULE$
public PathMatchers.Slash$ Slash()
PathMatchersSlash in interface PathMatcherspublic PathMatchers.PathEnd$ PathEnd()
PathMatchersPathEnd in interface PathMatcherspublic PathMatchers.Remaining$ Remaining()
PathMatchersRemaining in interface PathMatcherspublic PathMatchers.RemainingPath$ RemainingPath()
PathMatchersRemainingPath in interface PathMatcherspublic PathMatchers.IntNumber$ IntNumber()
PathMatchersIntNumber in interface PathMatcherspublic PathMatchers.LongNumber$ LongNumber()
PathMatchersLongNumber in interface PathMatcherspublic PathMatchers.HexIntNumber$ HexIntNumber()
PathMatchersHexIntNumber in interface PathMatcherspublic PathMatchers.HexLongNumber$ HexLongNumber()
PathMatchersHexLongNumber in interface PathMatcherspublic PathMatcher<scala.Tuple1<java.lang.Object>> DoubleNumber()
DoubleNumber in interface PathMatcherspublic PathMatcher<scala.Tuple1<java.util.UUID>> JavaUUID()
JavaUUID in interface PathMatcherspublic PathMatcher<scala.runtime.BoxedUnit> Neutral()
Neutral in interface PathMatcherspublic PathMatchers.Segment$ Segment()
PathMatchersSegment in interface PathMatcherspublic PathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>> Segments()
Segments in interface PathMatchers