oxygen.http.core.partial.PartialPathCodec.Plain
See thePlain companion trait
object Plain extends PlainLowPriority1
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait PlainLowPriority1trait PlainLowPriority2class Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case object NonEmptyRestString extends Plain[NonEmptyList[String]]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
NonEmptyRestString.type
final case class RestEncoded[A](schema: PlainTextSchema[A]) extends Plain[List[A]]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case object RestString extends Plain[List[String]]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
RestString.type
final case class SingleEncoded[A](schema: PlainTextSchema[A]) extends Plain[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Plain[A]trait PartialPathCodec[A]class Objecttrait Matchableclass AnyShow all
case object SingleString extends Plain[String]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Plain[String]trait PartialPathCodec[String]class Objecttrait Matchableclass AnyShow all
- Self type
-
SingleString.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Givens
Givens
Inherited givens
Attributes
- Inherited from:
- PlainLowPriority1
Attributes
- Inherited from:
- PlainLowPriority1
Attributes
- Inherited from:
- PlainLowPriority2
In this article