ScalaStandardCodec

wvlet.airframe.codec.ScalaStandardCodec$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class EitherCodec[A, B](leftCodec: MessageCodec[A], rightCodec: MessageCodec[B]) extends MessageCodec[Either[A, B]]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait MessageCodec[Either[A, B]]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
case class OptionCodec[A](elementCodec: MessageCodec[A]) extends MessageCodec[Option[A]]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait MessageCodec[Option[A]]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
case class TupleCodec(elementCodec: Seq[MessageCodec[_]]) extends MessageCodec[Product]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait MessageCodec[Product]
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any