ConfigDecoder

laika.config.ConfigDecoder$
See theConfigDecoder companion trait
object ConfigDecoder

Companion containing default decoder implementations for simple values and Seq's.

Attributes

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

Members list

Implicits

Implicits

implicit val boolean: ConfigDecoder[Boolean]
implicit val config: ConfigDecoder[Config]
implicit lazy val date: ConfigDecoder[Type]
implicit val double: ConfigDecoder[Double]
implicit val int: ConfigDecoder[Int]
implicit def map[T](implicit valueDecoder: ConfigDecoder[T]): ConfigDecoder[Map[String, T]]
implicit def nec[T](implicit elementDecoder: ConfigDecoder[T]): ConfigDecoder[Type[T]]
implicit lazy val path: ConfigDecoder[Path]
implicit def seq[T](implicit elementDecoder: ConfigDecoder[T]): ConfigDecoder[Seq[T]]
implicit val string: ConfigDecoder[String]
implicit lazy val target: ConfigDecoder[Target]
implicit def tracedValue[T](implicit valueDecoder: ConfigDecoder[T]): ConfigDecoder[Traced[T]]
implicit lazy val uri: ConfigDecoder[URI]