trait StandardFormats extends AnyRef
Provides the JsonFormats for the non-collection standard types.
- Self Type
- StandardFormats with AdditionalFormats
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandardFormats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def eitherFormat[A, B](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B]): (StandardFormats.this)#JF[Either[A, B]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionFormat[T](implicit arg0: (StandardFormats.this)#JF[T]): (StandardFormats.this)#JF[Option[T]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def tuple1Format[A](implicit arg0: (StandardFormats.this)#JF[A]): (StandardFormats.this)#JF[(A)]
- implicit def tuple2Format[A, B](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }
- implicit def tuple3Format[A, B, C](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }
- implicit def tuple4Format[A, B, C, D](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }
- implicit def tuple5Format[A, B, C, D, E](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }
- implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E], arg5: (StandardFormats.this)#JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }
- implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: (StandardFormats.this)#JF[A], arg1: (StandardFormats.this)#JF[B], arg2: (StandardFormats.this)#JF[C], arg3: (StandardFormats.this)#JF[D], arg4: (StandardFormats.this)#JF[E], arg5: (StandardFormats.this)#JF[F], arg6: (StandardFormats.this)#JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()