LanguageTagReads

play.api.libs.json.EnvKeyReads.LanguageTagReads
object LanguageTagReads extends KeyReads[Locale]

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

Attributes

Graph
Supertypes
trait KeyReads[Locale]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def readKey(key: String): JsResult[Locale]

Inherited methods

final def map[U](f: Locale => U): KeyReads[U]

Attributes

Inherited from:
KeyReads