Class PathDirectives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
- All Implemented Interfaces:
ToNameReceptacleEnhancements,PathDirectives,ImplicitPathMatcherConstruction,PathMatchers
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
PathDirectives.TrailingRetryRejection$Nested classes/interfaces inherited from interface org.apache.pekko.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
FieldsModifier and TypeFieldDescriptionstatic final PathDirectives$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPathMatcher<scala.Tuple1<Object>>Accessor for nested Scala objectAccessor for nested Scala objectAccessor for nested Scala objectPathMatcher<scala.Tuple1<UUID>>JavaUUID()Accessor for nested Scala objectPathMatcher<scala.runtime.BoxedUnit>Neutral()PathEnd()Accessor for nested Scala objectAccessor for nested Scala objectAccessor for nested Scala objectSegment()Accessor for nested Scala objectPathMatcher<scala.Tuple1<scala.collection.immutable.List<String>>>Segments()Slash()Accessor for nested Scala objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcherMethods inherited from interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
ignoreTrailingSlash, path, pathEnd, pathEndOrSingleSlash, pathPrefix, pathPrefixTest, pathSingleSlash, pathSuffix, pathSuffixTest, rawPathPrefix, rawPathPrefixTest, redirectToNoTrailingSlashIfPresent, redirectToTrailingSlashIfMissingMethods inherited from interface org.apache.pekko.http.scaladsl.server.PathMatchers
not, nothingMatcher, Segments, Segments, separateOnSlashesMethods inherited from interface org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements
_string2NR, _symbol2NR
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PathDirectives$
public PathDirectives$()
-
-
Method Details
-
Slash
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Slashin interfacePathMatchers- Returns:
- (undocumented)
-
PathEnd
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
PathEndin interfacePathMatchers- Returns:
- (undocumented)
-
Remaining
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Remainingin interfacePathMatchers- Returns:
- (undocumented)
-
RemainingPath
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
RemainingPathin interfacePathMatchers- Returns:
- (undocumented)
-
IntNumber
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
IntNumberin interfacePathMatchers- Returns:
- (undocumented)
-
LongNumber
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
LongNumberin interfacePathMatchers- Returns:
- (undocumented)
-
HexIntNumber
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
HexIntNumberin interfacePathMatchers- Returns:
- (undocumented)
-
HexLongNumber
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
HexLongNumberin interfacePathMatchers- Returns:
- (undocumented)
-
DoubleNumber
- Specified by:
DoubleNumberin interfacePathMatchers
-
JavaUUID
- Specified by:
JavaUUIDin interfacePathMatchers
-
Neutral
- Specified by:
Neutralin interfacePathMatchers
-
Segment
Description copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
Segmentin interfacePathMatchers- Returns:
- (undocumented)
-
Segments
- Specified by:
Segmentsin interfacePathMatchers
-