Packages

object SprayJson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SprayJson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class Error extends Product with Serializable
  2. final case class JsonReaderError(value: String, message: String) extends Error with Product with Serializable
  3. final case class JsonWriterError(value: Any, message: String) extends Error with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def decode[A](a: JsValue)(implicit arg0: JsonReader[A]): \/[JsonReaderError, A]
  7. def decode[A](str: String)(implicit arg0: JsonReader[A]): \/[JsonReaderError, A]
  8. def decode1[F[_], A](a: JsValue)(implicit ev1: JsonReader[F[JsValue]], ev2: Traverse[F], ev3: JsonReader[A]): \/[JsonReaderError, F[A]]
  9. def decode1[F[_], A](str: String)(implicit ev1: JsonReader[F[JsValue]], ev2: Traverse[F], ev3: JsonReader[A]): \/[JsonReaderError, F[A]]
  10. def encode[A](a: A)(implicit arg0: JsonWriter[A]): \/[JsonWriterError, JsValue]
  11. def encode1[F[_], A](fa: F[A])(implicit ev1: JsonWriter[F[JsValue]], ev2: Traverse[F], ev3: JsonWriter[A]): \/[JsonWriterError, JsValue]
  12. def encodeUnsafe[A](a: A)(implicit arg0: JsonWriter[A]): JsValue
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mustBeJsObject(a: JsValue): \/[JsonError, JsObject]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def parse(str: String): \/[JsonReaderError, JsValue]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. object Error extends Serializable
  29. object JsonReaderError extends Serializable
  30. object JsonWriterError extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped