Packages

c

akka.http.javadsl.server

PathMatcher0

final class PathMatcher0 extends AnyRef

A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance if matched, otherwise PathMatchers.Unmatched.

Source
JavaPathMatchers.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathMatcher0
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PathMatcher0(toScala: PathMatcher[Unit])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toany2stringadd[PathMatcher0] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PathMatcher0, B)
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toArrowAssoc[PathMatcher0] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def concat[T1, T2](next: PathMatcher2[T1, T2]): PathMatcher2[T1, T2]
  9. def concat[T](next: PathMatcher1[T]): PathMatcher1[T]
  10. def concat(next: PathMatcher0): PathMatcher0
  11. def concat(segment: String): PathMatcher0
  12. def ensuring(cond: (PathMatcher0) => Boolean, msg: => Any): PathMatcher0
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toEnsuring[PathMatcher0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (PathMatcher0) => Boolean): PathMatcher0
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toEnsuring[PathMatcher0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: => Any): PathMatcher0
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toEnsuring[PathMatcher0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): PathMatcher0
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toEnsuring[PathMatcher0] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def invert: PathMatcher0
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def orElse(alternative: PathMatcher0): PathMatcher0
  27. def orElse(segment: String): PathMatcher0
  28. def repeat(min: Int, max: Int, separator: PathMatcher0): PathMatcher0
  29. def repeat(min: Int, max: Int): PathMatcher0
  30. def slash[T1, T2](next: PathMatcher2[T1, T2]): PathMatcher2[T1, T2]
  31. def slash[T](next: PathMatcher1[T]): PathMatcher1[T]
  32. def slash(next: PathMatcher0): PathMatcher0
  33. def slash(segment: String): PathMatcher0
  34. def slash(): PathMatcher0
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val toScala: PathMatcher[Unit]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toStringFormat[PathMatcher0] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (PathMatcher0, B)
    Implicit
    This member is added by an implicit conversion from PathMatcher0 toArrowAssoc[PathMatcher0] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromPathMatcher0 to any2stringadd[PathMatcher0]

Inherited by implicit conversion StringFormat fromPathMatcher0 to StringFormat[PathMatcher0]

Inherited by implicit conversion Ensuring fromPathMatcher0 to Ensuring[PathMatcher0]

Inherited by implicit conversion ArrowAssoc fromPathMatcher0 to ArrowAssoc[PathMatcher0]

Ungrouped