object KeyReads extends EnvKeyReads with LowPriorityKeyReads
- Source
- KeyReads.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyReads
- LowPriorityKeyReads
- EnvKeyReads
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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
- def apply[T](f: (String) => JsResult[T]): KeyReads[T]
Returns an instance which uses
f
as KeyReads.readKey function. - implicit val booleanKeyReads: KeyReads[Boolean]
- implicit val byteKeyReads: KeyReads[Byte]
- implicit val charKeyReads: KeyReads[Char]
- implicit val doubleKeyReads: KeyReads[Double]
- implicit val floatKeyReads: KeyReads[Float]
- implicit val intKeyReads: KeyReads[Int]
- implicit val longKeyReads: KeyReads[Long]
- implicit def readableKeyReads[T](implicit r: Reads[T]): KeyReads[T]
- Definition Classes
- LowPriorityKeyReads
- implicit val shortKeyReads: KeyReads[Short]