Package akka.http.scaladsl.server
Class PathMatchers$
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatchers$
-
- All Implemented Interfaces:
PathMatchers
public class PathMatchers$ extends java.lang.Object implements PathMatchers
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.server.PathMatchers
PathMatchers.HexIntNumber$, PathMatchers.HexLongNumber$, PathMatchers.IntNumber$, PathMatchers.LongNumber$, PathMatchers.NumberMatcher<T>, PathMatchers.PathEnd$, PathMatchers.Remaining$, PathMatchers.RemainingPath$, PathMatchers.Segment$, PathMatchers.Slash$
-
-
Field Summary
Fields Modifier and Type Field Description static PathMatchers$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PathMatchers$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMatcher<scala.Tuple1<java.lang.Object>>
DoubleNumber()
PathMatchers.HexIntNumber$
HexIntNumber()
Accessor for nested Scala objectPathMatchers.HexLongNumber$
HexLongNumber()
Accessor for nested Scala objectPathMatchers.IntNumber$
IntNumber()
Accessor for nested Scala objectPathMatcher<scala.Tuple1<java.util.UUID>>
JavaUUID()
PathMatchers.LongNumber$
LongNumber()
Accessor for nested Scala objectPathMatcher<scala.runtime.BoxedUnit>
Neutral()
PathMatchers.PathEnd$
PathEnd()
Accessor for nested Scala objectPathMatchers.Remaining$
Remaining()
Accessor for nested Scala objectPathMatchers.RemainingPath$
RemainingPath()
Accessor for nested Scala objectPathMatchers.Segment$
Segment()
Accessor for nested Scala objectPathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>>
Segments()
PathMatchers.Slash$
Slash()
Accessor for nested Scala object-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.PathMatchers
not, nothingMatcher, Segments, Segments, separateOnSlashes
-
-
-
-
Field Detail
-
MODULE$
public static final PathMatchers$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
Slash
public PathMatchers.Slash$ Slash()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Slash
in interfacePathMatchers
- Returns:
- (undocumented)
-
PathEnd
public PathMatchers.PathEnd$ PathEnd()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
PathEnd
in interfacePathMatchers
- Returns:
- (undocumented)
-
Remaining
public PathMatchers.Remaining$ Remaining()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Remaining
in interfacePathMatchers
- Returns:
- (undocumented)
-
RemainingPath
public PathMatchers.RemainingPath$ RemainingPath()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
RemainingPath
in interfacePathMatchers
- Returns:
- (undocumented)
-
IntNumber
public PathMatchers.IntNumber$ IntNumber()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
IntNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
LongNumber
public PathMatchers.LongNumber$ LongNumber()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
LongNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
HexIntNumber
public PathMatchers.HexIntNumber$ HexIntNumber()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
HexIntNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
HexLongNumber
public PathMatchers.HexLongNumber$ HexLongNumber()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
HexLongNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
DoubleNumber
public PathMatcher<scala.Tuple1<java.lang.Object>> DoubleNumber()
- Specified by:
DoubleNumber
in interfacePathMatchers
-
JavaUUID
public PathMatcher<scala.Tuple1<java.util.UUID>> JavaUUID()
- Specified by:
JavaUUID
in interfacePathMatchers
-
Neutral
public PathMatcher<scala.runtime.BoxedUnit> Neutral()
- Specified by:
Neutral
in interfacePathMatchers
-
Segment
public PathMatchers.Segment$ Segment()
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Segment
in interfacePathMatchers
- Returns:
- (undocumented)
-
Segments
public PathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>> Segments()
- Specified by:
Segments
in interfacePathMatchers
-
-