StringListMetaEncode

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