object KeyReads extends EnvKeyReads with LowPriorityKeyReads

Source
KeyReads.scala
Linear Supertypes
LowPriorityKeyReads, EnvKeyReads, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyReads
  2. LowPriorityKeyReads
  3. EnvKeyReads
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit object LanguageTagReads extends [Locale]

    Reads an object key as a locale, considering the key to be a language tag.

    Reads an object key as a locale, considering the key to be a language tag.

    Definition Classes
    EnvKeyReads
  2. def apply[T](f: (String) => JsResult[T]): KeyReads[T]

    Returns an instance which uses f as KeyReads.readKey function.

  3. implicit val booleanKeyReads: KeyReads[Boolean]
  4. implicit val byteKeyReads: KeyReads[Byte]
  5. implicit val charKeyReads: KeyReads[Char]
  6. implicit val doubleKeyReads: KeyReads[Double]
  7. implicit val floatKeyReads: KeyReads[Float]
  8. implicit val intKeyReads: KeyReads[Int]
  9. implicit val longKeyReads: KeyReads[Long]
  10. implicit def readableKeyReads[T](implicit r: Reads[T]): KeyReads[T]
    Definition Classes
    LowPriorityKeyReads
  11. implicit val shortKeyReads: KeyReads[Short]