JCodec

object JCodec
Companion:
class
trait CachedSchemaCompiler[JCodec]
class Object
trait Matchable
class Any
JCodec.type

Type members

Types

type Aux[A] = JCodec[A]

Inherited types

type Cache = CompilationCache[Aux]
Inherited from:
Impl (hidden)

Value members

Concrete methods

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

Deprecated methods

def deriveJCodecFromSchema[A](schema: Schema[A]): JCodec[A]
Deprecated

Inherited methods

def createCache(): Cache
Inherited from:
Impl (hidden)
final override def fromSchema[A](schema: Schema[A]): F[A]
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]
Inherited from:
Impl (hidden)