ParamRepr

oxygen.http.core.generic.ParamRepr
See theParamRepr companion trait
object ParamRepr

Attributes

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

Members list

Type members

Classlikes

final case class Body(valDef: ValDef, name: String, parseIdx: Int, paramIdx: Int, codec: Expr[BodyCodec[_]]) extends NonPath

Attributes

Supertypes
trait Serializable
trait NonPath
trait FunctionArg
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ConstPath(parseIdx: Int, path: String) extends Path

Attributes

Supertypes
trait Serializable
trait Path
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait FunctionArg extends ParamRepr

Attributes

Supertypes
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class NonConstPath
trait NonPath
class Body
trait ParamMap
class Header
class QueryParam
Show all
final case class Header(valDef: ValDef, name: String, parseIdx: Int, paramIdx: Int, codec: Expr[ParamCodec[_]]) extends ParamMap

Attributes

Supertypes
trait Serializable
trait ParamMap
trait NonPath
trait FunctionArg
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NonConstPath(valDef: ValDef, name: String, parseIdx: Int, paramIdx: Int, codec: Expr[PathCodec[_]]) extends Path, FunctionArg

Attributes

Supertypes
trait Serializable
trait FunctionArg
trait Path
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait NonPath extends FunctionArg

Attributes

Supertypes
trait FunctionArg
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Body
trait ParamMap
class Header
class QueryParam
sealed trait ParamMap extends NonPath

Attributes

Supertypes
trait NonPath
trait FunctionArg
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Header
class QueryParam
sealed trait Path extends ParamRepr

Attributes

Supertypes
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class ConstPath
class NonConstPath
final case class QueryParam(valDef: ValDef, name: String, parseIdx: Int, paramIdx: Int, codec: Expr[ParamCodec[_]]) extends ParamMap

Attributes

Supertypes
trait Serializable
trait ParamMap
trait NonPath
trait FunctionArg
trait ParamRepr
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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