Packages

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 KeyReads[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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply[T](f: (String) => JsResult[T]): KeyReads[T]

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

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val booleanKeyReads: KeyReads[Boolean]
  8. implicit val byteKeyReads: KeyReads[Byte]
  9. implicit val charKeyReads: KeyReads[Char]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. implicit val doubleKeyReads: KeyReads[Double]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit val floatKeyReads: KeyReads[Float]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. implicit val intKeyReads: KeyReads[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit val longKeyReads: KeyReads[Long]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. implicit def readableKeyReads[T](implicit r: Reads[T]): KeyReads[T]
    Definition Classes
    LowPriorityKeyReads
  24. implicit val shortKeyReads: KeyReads[Short]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LowPriorityKeyReads

Inherited from EnvKeyReads

Inherited from AnyRef

Inherited from Any

Ungrouped