TextCodec

zio.http.codec.TextCodec$
See theTextCodec companion trait
object TextCodec

Attributes

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

Members list

Concise view

Type members

Classlikes

case object BooleanCodec extends TextCodec[Boolean]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait String => Boolean
class Object
trait Matchable
class Any
Self type
final case class Constant(string: String) extends TextCodec[Unit]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait String => Unit
class Object
trait Matchable
class Any
case object IntCodec extends TextCodec[Int]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TextCodec[Int]
trait String => Int
class Object
trait Matchable
class Any
Self type
case object StringCodec extends TextCodec[String]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait String => String
class Object
trait Matchable
class Any
Self type
case object UUIDCodec extends TextCodec[UUID]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait TextCodec[UUID]
trait PartialFunction[String, UUID]
trait String => UUID
class Object
trait Matchable
class Any
Self type

Inherited 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

Value members

Concrete methods

def constant(string: String): TextCodec[Unit]

Implicits

Implicits

implicit val boolean: TextCodec[Boolean]
implicit val int: TextCodec[Int]
implicit val string: TextCodec[String]
implicit val uuid: TextCodec[UUID]