SegmentCodec

zio.http.codec.SegmentCodec$
See theSegmentCodec companion trait
object SegmentCodec

Attributes

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

Members list

Type members

Classlikes

final case class Annotated[A](codec: SegmentCodec[A], annotations: Chunk[MetaData[A]]) extends SegmentCodec[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SegmentCodec[A]
class Object
trait Matchable
class Any
Show all
object MetaData

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
MetaData.type
sealed trait MetaData[A] extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Documented[A]
class Examples[A]
case object Trailing extends SegmentCodec[Path]

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

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 int(name: String): SegmentCodec[Int]
def long(name: String): SegmentCodec[Long]
def uuid(name: String): SegmentCodec[UUID]

Concrete fields

Implicits

Implicits

implicit def literal(value: String): SegmentCodec[Unit]