JCodec

smithy4s.http.json.JCodec$
See theJCodec companion trait
object JCodec

Attributes

Companion:
trait
Graph
Supertypes
trait CachedSchemaCompiler[JCodec]
class Object
trait Matchable
class Any
Self type
JCodec.type

Members list

Concise view

Type members

Types

type Aux[A] = JCodec[A]

Inherited types

type Cache = CompilationCache[Aux]

Attributes

Inherited from:
Impl (hidden)

Value members

Concrete methods

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

Inherited methods

def createCache(): Cache

Attributes

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

Attributes

Definition Classes
Impl -> CachedSchemaCompiler
Inherited from:
Impl (hidden)

Implicits

Implicits

implicit val jcodecInvariant: Invariant[JCodec]

Inherited implicits

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

Attributes

Inherited from:
Impl (hidden)