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, wait
not, nothingMatcher, Segments, Segments, separateOnSlashes
public static final PathMatchers$ MODULE$
public PathMatchers.Slash$ Slash()
PathMatchers
Slash
in interface PathMatchers
public PathMatchers.PathEnd$ PathEnd()
PathMatchers
PathEnd
in interface PathMatchers
public PathMatchers.Remaining$ Remaining()
PathMatchers
Remaining
in interface PathMatchers
public PathMatchers.RemainingPath$ RemainingPath()
PathMatchers
RemainingPath
in interface PathMatchers
public PathMatchers.IntNumber$ IntNumber()
PathMatchers
IntNumber
in interface PathMatchers
public PathMatchers.LongNumber$ LongNumber()
PathMatchers
LongNumber
in interface PathMatchers
public PathMatchers.HexIntNumber$ HexIntNumber()
PathMatchers
HexIntNumber
in interface PathMatchers
public PathMatchers.HexLongNumber$ HexLongNumber()
PathMatchers
HexLongNumber
in interface PathMatchers
public PathMatcher<scala.Tuple1<java.lang.Object>> DoubleNumber()
DoubleNumber
in interface PathMatchers
public PathMatcher<scala.Tuple1<java.util.UUID>> JavaUUID()
JavaUUID
in interface PathMatchers
public PathMatcher<scala.runtime.BoxedUnit> Neutral()
Neutral
in interface PathMatchers
public PathMatchers.Segment$ Segment()
PathMatchers
Segment
in interface PathMatchers
public PathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>> Segments()
Segments
in interface PathMatchers