JsonKeyWriter

org.json4s.JsonKeyWriter
See theJsonKeyWriter companion object
trait JsonKeyWriter[A]

Attributes

Companion
object
Source
JsonKeyWriter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def write(key: A): String

Attributes

Source
JsonKeyWriter.scala

Concrete methods

def contramap[B](f: B => A): JsonKeyWriter[B]

Attributes

Source
JsonKeyWriter.scala