Codec

jsonrpclib.smithy4sinterop.CirceJsonCodec.Codec
object Codec extends CachedSchemaCompiler[Codec]

Attributes

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

Members list

Type members

Types

type Cache = (Cache, Cache)

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
CachedSchemaCompiler