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
MetaEncode.type

Members list

Type members

Classlikes

case object EmptyMetaEncode extends MetaEncode[Any]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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