PathAndQuery

korolev.web.PathAndQuery$
See thePathAndQuery companion trait
object PathAndQuery

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object *&

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
*&.type
final case class /(prev: Path, value: String) extends Path

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Path
trait PathAndQuery
class Object
trait Matchable
class Any
Show all
object /

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
/.type
final case class :&(prev: Query, next: (String, String)) extends Query

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Query
trait PathAndQuery
class Object
trait Matchable
class Any
Show all
final case class :?(path: Path, next: (String, String)) extends Query

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Query
trait PathAndQuery
class Object
trait Matchable
class Any
Show all
object :?*

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
:?*.type
abstract class OptionQueryParam(name: String)

Math optional path parameter

Math optional path parameter

Value parameters

name
  • name of Optional path parameter

Attributes

Supertypes
class Object
trait Matchable
class Any
abstract class QueryParam(name: String)

Math required path parameter

Math required path parameter

Value parameters

name
  • name of required path parameter

Attributes

Supertypes
class Object
trait Matchable
class Any
case object Root extends Path

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Path
trait PathAndQuery
class Object
trait Matchable
class Any
Show all
Self type
Root.type

Types

type QP = QueryParam

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(raw: String): PathAndQuery
def parseParams(params: Option[String]): Seq[(String, String)]