Decoder

smithy4s.http.Metadata.Decoder
object Decoder

Attributes

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

Members list

Type members

Inherited types

type Aux[A] = MetaDecode[A]

Attributes

Inherited from:
CachedDecoderCompilerImpl (hidden)

Attributes

Inherited from:
Impl

Value members

Inherited methods

def apply[A](implicit instance: Decoder[A]): Decoder[A]

Attributes

Inherited from:
CachedDecoderCompilerImpl (hidden)

Attributes

Inherited from:
CachedSchemaCompiler

Attributes

Inherited from:
Impl
def fromSchema[A](schema: Schema[A], cache: CompilationCache[MetaDecode]): Decoder[A]

Attributes

Inherited from:
CachedDecoderCompilerImpl (hidden)
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