Class PathDirectives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
- All Implemented Interfaces:
- ToNameReceptacleEnhancements,- PathDirectives,- ImplicitPathMatcherConstruction,- PathMatchers
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.PathDirectivesPathDirectives.TrailingRetryRejection$Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.PathMatchersPathMatchers.HexIntNumber$, PathMatchers.HexLongNumber$, PathMatchers.IntNumber$, PathMatchers.LongNumber$, PathMatchers.NumberMatcher<T>, PathMatchers.PathEnd$, PathMatchers.Remaining$, PathMatchers.RemainingPath$, PathMatchers.Segment$, PathMatchers.Slash$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PathDirectives$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, 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.PathDirectivesignoreTrailingSlash, path, pathEnd, pathEndOrSingleSlash, pathPrefix, pathPrefixTest, pathSingleSlash, pathSuffix, pathSuffixTest, rawPathPrefix, rawPathPrefixTest, redirectToNoTrailingSlashIfPresent, redirectToTrailingSlashIfMissingMethods inherited from interface org.apache.pekko.http.scaladsl.server.PathMatchersnot, 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- 
SlashDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- Slashin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
PathEndDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- PathEndin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
RemainingDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- Remainingin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
RemainingPathDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- RemainingPathin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
IntNumberDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- IntNumberin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
LongNumberDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- LongNumberin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
HexIntNumberDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- HexIntNumberin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
HexLongNumberDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- HexLongNumberin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
DoubleNumber- Specified by:
- DoubleNumberin interface- PathMatchers
 
- 
JavaUUID- Specified by:
- JavaUUIDin interface- PathMatchers
 
- 
Neutral- Specified by:
- Neutralin interface- PathMatchers
 
- 
SegmentDescription copied from interface:PathMatchersAccessor for nested Scala object- Specified by:
- Segmentin interface- PathMatchers
- Returns:
- (undocumented)
 
- 
Segments- Specified by:
- Segmentsin interface- PathMatchers
 
 
-