Record

trait Record[A] extends JsonSchema[A]
trait JsonSchema[A]
class Object
trait Matchable
class Any
trait Tagged[A]

Value members

Abstract methods

override def encoder: Encoder[A, Obj]
Definition Classes

Inherited methods

final def codec: Codec[Value, A]
Inherited from:
JsonSchema
def decoder: Decoder[Value, A]
Inherited from:
JsonSchema
final def stringCodec: Codec[String, A]
Inherited from:
JsonSchema