CodecAPI

smithy4s.http.CodecAPI$
See theCodecAPI companion trait
object CodecAPI

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Codec[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class DelegatingCodecAPI extends CodecAPI

Attributes

Graph
Supertypes
trait CodecAPI
class Object
trait Matchable
class Any

Value members

Concrete methods

Creates special cases for String and Blobs so that they are encoded/decoded respectively as plaintext or binary (as opposed to json strings and base64 encoded json strings, for instance)

Creates special cases for String and Blobs so that they are encoded/decoded respectively as plaintext or binary (as opposed to json strings and base64 encoded json strings, for instance)

Attributes