StringMapMetaEncode

smithy4s.http.internals.MetaEncode.StringMapMetaEncode
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
Show all

Members list

Value members

Inherited methods

def contramap[B](from: B => A): MetaEncode[B]

Attributes

Inherited from:
MetaEncode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product