ESExprCodec

esexpr.ESExprCodec
See theESExprCodec companion trait
object ESExprCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class DecodeError(message: String, path: ErrorPath) extends ESExprDecodeException

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
enum ErrorPath

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object given_ESExprCodec_BigInt extends ESExprCodec[BigInt]

Attributes

Supertypes
trait ESExprCodec[BigInt]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Boolean extends ESExprCodec[Boolean]

Attributes

Supertypes
trait ESExprCodec[Boolean]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Byte extends ESExprCodec[Byte]

Attributes

Supertypes
trait ESExprCodec[Byte]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Double extends ESExprCodec[Double]

Attributes

Supertypes
trait ESExprCodec[Double]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Float extends ESExprCodec[Float]

Attributes

Supertypes
trait ESExprCodec[Float]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_IArray extends ESExprCodec[IArray[Byte]]

Attributes

Supertypes
trait ESExprCodec[IArray[Byte]]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Int extends ESExprCodec[Int]

Attributes

Supertypes
trait ESExprCodec[Int]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Long extends ESExprCodec[Long]

Attributes

Supertypes
trait ESExprCodec[Long]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_Short extends ESExprCodec[Short]

Attributes

Supertypes
trait ESExprCodec[Short]
class Object
trait Matchable
class Any
Self type
object given_ESExprCodec_String extends ESExprCodec[String]

Attributes

Supertypes
trait ESExprCodec[String]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
trait ESExprCodec[UInt]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Exports

Defined exports

inline def derived[T](using m: Of[T]): ESExprCodec[T]
Exported from CodecDerivation