StringValueMetaEncode

smithy4s.http.internals.MetaEncode$.StringValueMetaEncode
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

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
MetaEncode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product