Class PathDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.PathDirectives$
-
- All Implemented Interfaces:
ToNameReceptacleEnhancements,PathDirectives,ImplicitPathMatcherConstruction,PathMatchers
public class PathDirectives$ extends java.lang.Object implements PathDirectives
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.server.directives.PathDirectives
PathDirectives.TrailingRetryRejection$
-
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 PathDirectives$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PathDirectives$()
-
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.ImplicitPathMatcherConstruction
_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcher
-
Methods inherited from interface akka.http.scaladsl.server.directives.PathDirectives
ignoreTrailingSlash, path, pathEnd, pathEndOrSingleSlash, pathPrefix, pathPrefixTest, pathSingleSlash, pathSuffix, pathSuffixTest, rawPathPrefix, rawPathPrefixTest, redirectToNoTrailingSlashIfPresent, redirectToTrailingSlashIfMissing
-
Methods inherited from interface akka.http.scaladsl.server.PathMatchers
not, nothingMatcher, Segments, Segments, separateOnSlashes
-
Methods inherited from interface akka.http.scaladsl.common.ToNameReceptacleEnhancements
_string2NR, _symbol2NR
-
-
-
-
Field Detail
-
MODULE$
public static final PathDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
Slash
public PathMatchers.Slash$ Slash()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Slashin interfacePathMatchers- Returns:
- (undocumented)
-
PathEnd
public PathMatchers.PathEnd$ PathEnd()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
PathEndin interfacePathMatchers- Returns:
- (undocumented)
-
Remaining
public PathMatchers.Remaining$ Remaining()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Remainingin interfacePathMatchers- Returns:
- (undocumented)
-
RemainingPath
public PathMatchers.RemainingPath$ RemainingPath()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
RemainingPathin interfacePathMatchers- Returns:
- (undocumented)
-
IntNumber
public PathMatchers.IntNumber$ IntNumber()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
IntNumberin interfacePathMatchers- Returns:
- (undocumented)
-
LongNumber
public PathMatchers.LongNumber$ LongNumber()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
LongNumberin interfacePathMatchers- Returns:
- (undocumented)
-
HexIntNumber
public PathMatchers.HexIntNumber$ HexIntNumber()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
HexIntNumberin interfacePathMatchers- Returns:
- (undocumented)
-
HexLongNumber
public PathMatchers.HexLongNumber$ HexLongNumber()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
HexLongNumberin interfacePathMatchers- Returns:
- (undocumented)
-
DoubleNumber
public PathMatcher<scala.Tuple1<java.lang.Object>> DoubleNumber()
- Specified by:
DoubleNumberin interfacePathMatchers
-
JavaUUID
public PathMatcher<scala.Tuple1<java.util.UUID>> JavaUUID()
- Specified by:
JavaUUIDin interfacePathMatchers
-
Neutral
public PathMatcher<scala.runtime.BoxedUnit> Neutral()
- Specified by:
Neutralin interfacePathMatchers
-
Segment
public PathMatchers.Segment$ Segment()
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Segmentin interfacePathMatchers- Returns:
- (undocumented)
-
Segments
public PathMatcher<scala.Tuple1<scala.collection.immutable.List<java.lang.String>>> Segments()
- Specified by:
Segmentsin interfacePathMatchers
-
-