trait KeyReads[T] extends AnyRef

Used to read object key for types other than String.

Self Type
KeyReads[T]
Source
KeyReads.scala
See also

Reads.keyMapReads

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyReads
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def readKey(key: String): JsResult[T]

Concrete Value Members

  1. final def map[U](f: (T) => U): KeyReads[U]