o

play.api.libs.json.EnvKeyReads

LanguageTagReads

implicit object LanguageTagReads extends KeyReads[Locale]

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

Source
EnvReads.scala
Linear Supertypes
KeyReads[Locale], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LanguageTagReads
  2. KeyReads
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def map[U](f: (Locale) => U): KeyReads[U]
    Definition Classes
    KeyReads
  2. def readKey(key: String): [Locale]
    Definition Classes
    KeyReads