MetaEncode

smithy4s.http.internals.MetaEncode$
See theMetaEncode companion trait
object MetaEncode

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 EmptyMetaEncode extends MetaEncode[Any]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait MetaEncode[Any]
class Object
trait Matchable
class Any
Self type
case class StringListMapMetaEncode[A](f: A => Map[String, List[String]]) extends MetaEncode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaEncode[A]
class Object
trait Matchable
class Any
case class StringListMetaEncode[A](f: A => List[String]) extends MetaEncode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaEncode[A]
class Object
trait Matchable
class Any
case class StringMapMetaEncode[A](f: A => Map[String, String]) extends MetaEncode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaEncode[A]
class Object
trait Matchable
class Any
case class StringValueMetaEncode[A](f: A => String) extends MetaEncode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaEncode[A]
class Object
trait Matchable
class Any
case class StructureMetaEncode[S](f: S => Metadata) extends MetaEncode[S]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MetaEncode[S]
class Object
trait Matchable
class Any

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 empty[A]: MetaEncode[A]

Implicits