Encoder

smithy4s.Document.Encoder
See theEncoder companion trait
object Encoder extends DerivingImpl[Encoder]

Attributes

Companion
trait
Graph
Supertypes
class Impl[Encoder]
class Object
trait Matchable
class Any
Show all
Self type
Encoder.type

Members list

Type members

Inherited types

Attributes

Inherited from:
Impl

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
CachedSchemaCompiler

Attributes

Inherited from:
Impl
final override def fromSchema[A](schema: Schema[A]): F[A]

Attributes

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

Attributes

Inherited from:
CachedSchemaCompiler

Implicits

Inherited implicits

implicit def derivedImplicitInstance[A](implicit schema: Schema[A]): F[A]

Attributes

Inherited from:
DerivingImpl