esexpr.ESExprCodec
See theESExprCodec companion trait
object ESExprCodec
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ESExprCodec.type
Members list
Type members
Classlikes
object CodecDerivation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CodecDerivation.type
final case class DecodeError(message: String, path: ErrorPath) extends ESExprDecodeException
Attributes
- Supertypes
-
trait Producttrait Equalsclass ESExprDecodeExceptionclass ESExprExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
enum ErrorPath
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object given_ESExprCodec_BigInt extends ESExprCodec[BigInt]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Boolean extends ESExprCodec[Boolean]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Byte extends ESExprCodec[Byte]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Double extends ESExprCodec[Double]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_ESExpr extends ESExprCodec[ESExpr]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Float extends ESExprCodec[Float]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_IArray extends ESExprCodec[IArray[Byte]]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Int extends ESExprCodec[Int]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Long extends ESExprCodec[Long]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_Short extends ESExprCodec[Short]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_String extends ESExprCodec[String]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UByte extends ESExprCodec[UByte]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UInt extends ESExprCodec[UInt]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_ULong extends ESExprCodec[ULong]
Attributes
- Supertypes
- Self type
object given_ESExprCodec_UShort extends ESExprCodec[UShort]
Attributes
- Supertypes
- Self type
Givens
Givens
given given_ESExprCodec_NonEmptyList[A](using evidence$1: ESExprCodec[A]): given_ESExprCodec_NonEmptyList[A]
given given_ESExprCodec_NonEmptySeq[A](using evidence$1: ESExprCodec[A]): given_ESExprCodec_NonEmptySeq[A]
given given_ESExprCodec_NonEmptyVector[A](using evidence$1: ESExprCodec[A]): given_ESExprCodec_NonEmptyVector[A]
Exports
Defined exports
Exported from CodecDerivation
In this article