trait
StandardFormats
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
implicit def
eitherFormat
[A, B]
(implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
implicit def
optionFormat
[T]
(implicit arg0: JF[T]): OptionFormat[T]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
implicit def
tuple1Format
[A]
(implicit arg0: JF[A]): JF[(A)]
-
implicit def
tuple2Format
[A, B]
(implicit arg0: JF[A], arg1: JF[B]): JF[(A, B)] { def write(t: (A, B)): cc.spray.json.JsArray }
-
implicit def
tuple3Format
[A, B, C]
(implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): JF[(A, B, C)] { def write(t: (A, B, C)): cc.spray.json.JsArray }
-
implicit def
tuple4Format
[A, B, C, D]
(implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): JF[(A, B, C, D)] { def write(t: (A, B, C, D)): cc.spray.json.JsArray }
-
implicit def
tuple5Format
[A, B, C, D, E]
(implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): JF[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): cc.spray.json.JsArray }
-
implicit def
tuple6Format
[A, B, C, D, E, F]
(implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): JF[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): cc.spray.json.JsArray }
-
implicit def
tuple7Format
[A, B, C, D, E, F, G]
(implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): JF[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): cc.spray.json.JsArray }
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Provides the JsonFormats for the non-collection standard types.