DataDecoder

org.finos.morphir.datamodel.DataDecoder$
See theDataDecoder companion trait
object DataDecoder

Attributes

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

Members list

Type members

Classlikes

sealed abstract class DecodingError(msg: Option[String], cause: Option[Throwable]) extends Exception, Serializable, Product

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object DecodingError

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit val boolean: DataDecoder[Boolean]
implicit val byte: DataDecoder[Byte]
implicit val decimal: DataDecoder[BigDecimal]
implicit val string: DataDecoder[String]