EncoderCompiler

smithy4s.Document.EncoderCompiler

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Cache

Attributes

Inherited from:
CachedSchemaCompiler

Value members

Abstract methods

def withExplicitDefaultsEncoding(explicitDefaultsEncoding: Boolean): EncoderCompiler

Inherited methods

Attributes

Inherited from:
CachedSchemaCompiler
def fromSchema[A](schema: Schema[A], cache: Cache): Encoder[A]

Attributes

Inherited from:
CachedSchemaCompiler
def fromSchema[A](schema: Schema[A]): Encoder[A]

Attributes

Inherited from:
CachedSchemaCompiler
final def mapK[F0[x], G[_]](fk: PolyFunction[F0, G]): CachedSchemaCompiler[G]

Attributes

Inherited from:
CachedSchemaCompiler