Decoder

jsonrpclib.smithy4sinterop.CirceJsonCodec.Decoder
object Decoder

Attributes

Graph
Supertypes
trait CachedSchemaCompiler[Decoder]
class Object
trait Matchable
class Any
Self type
Decoder.type

Members list

Type members

Inherited types

type Cache = this.decoder.Cache

Attributes

Inherited from:
CirceDecoderImpl (hidden)

Value members

Inherited methods

final def contramapSchema(fk: PolyFunction[Schema, Schema]): CachedSchemaCompiler[Decoder]

Attributes

Inherited from:
CachedSchemaCompiler
def createCache(): Cache

Attributes

Inherited from:
CirceDecoderImpl (hidden)
def fromSchema[A](schema: Schema[A]): Decoder[A]

Attributes

Inherited from:
CirceDecoderImpl (hidden)
def fromSchema[A](schema: Schema[A], cache: Cache): Decoder[A]

Attributes

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

Attributes

Inherited from:
CachedSchemaCompiler

Inherited fields

val decoder: DerivingImpl[Decoder]

Attributes

Inherited from:
CirceDecoderImpl (hidden)