Package akka.http.scaladsl.server
Class PathMatcher.EnhancedPathMatcher<L>
- java.lang.Object
-
- akka.http.scaladsl.server.PathMatcher.EnhancedPathMatcher<L>
-
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.EnhancedPathMatcher<L> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EnhancedPathMatcher(PathMatcher<L> underlying)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathMatcher<java.lang.Object>
optional(PathMatcher.Lift<L,scala.Option> lift)
-
-
-
Constructor Detail
-
EnhancedPathMatcher
public EnhancedPathMatcher(PathMatcher<L> underlying)
-
-
Method Detail
-
optional
public PathMatcher<java.lang.Object> optional(PathMatcher.Lift<L,scala.Option> lift)
-
-