KeyWrites

play.api.libs.json.KeyWrites$
See theKeyWrites companion trait
object KeyWrites extends EnvKeyWrites

Attributes

Companion
trait
Graph
Supertypes
trait EnvKeyWrites
class Object
trait Matchable
class Any
Self type
KeyWrites.type

Members list

Type members

Inherited classlikes

object LanguageTagWrites extends KeyWrites[Locale]

Attributes

Inherited from:
EnvKeyWrites
Supertypes
trait KeyWrites[Locale]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](f: T => String): KeyWrites[T]

Returns an instance which uses f as KeyWrites.writeKey function.

Returns an instance which uses f as KeyWrites.writeKey function.

Attributes

Implicits

Implicits

implicit def anyValKeyWrites[T <: AnyVal]: KeyWrites[T]