Plain

oxygen.http.core.partial.PartialPathCodec.Plain
See thePlain companion trait
object Plain extends PlainLowPriority1

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Plain.type

Members list

Type members

Classlikes

final case class NonEmptyRestEncoded[A](schema: PlainTextSchema[A]) extends Plain[NonEmptyList[A]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Plain[NonEmptyList[A]]
trait PartialPathCodec[NonEmptyList[A]]
class Object
trait Matchable
class Any
Show all
case object NonEmptyRestString extends Plain[NonEmptyList[String]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Plain[NonEmptyList[String]]
trait PartialPathCodec[NonEmptyList[String]]
class Object
trait Matchable
class Any
Show all
Self type
final case class RestEncoded[A](schema: PlainTextSchema[A]) extends Plain[List[A]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Plain[List[A]]
trait PartialPathCodec[List[A]]
class Object
trait Matchable
class Any
Show all
case object RestString extends Plain[List[String]]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Plain[List[String]]
trait PartialPathCodec[List[String]]
class Object
trait Matchable
class Any
Show all
Self type
RestString.type
final case class SingleEncoded[A](schema: PlainTextSchema[A]) extends Plain[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Plain[A]
trait PartialPathCodec[A]
class Object
trait Matchable
class Any
Show all
case object SingleString extends Plain[String]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Plain[String]
trait PartialPathCodec[String]
class Object
trait Matchable
class Any
Show all
Self type

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

Givens

Givens

given restNonEmptyString: Plain[NonEmptyList[String]]
given restString: Plain[List[String]]
given singleString: Plain[String]

Inherited givens

given restEncoded[A](using schema: PlainTextSchema[A]): Plain[List[A]]

Attributes

Inherited from:
PlainLowPriority1
given restNonEmptyEncoded[A](using schema: PlainTextSchema[A]): Plain[NonEmptyList[A]]

Attributes

Inherited from:
PlainLowPriority1
given singleEncoded[A](using schema: PlainTextSchema[A]): Plain[A]

Attributes

Inherited from:
PlainLowPriority2