org.json4s.scalaz

JsonScalaz

object JsonScalaz extends Types with Lifting with Base with Tuples

Linear Supertypes
Tuples, Base, Lifting, Types, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JsonScalaz
  2. Tuples
  3. Base
  4. Lifting
  5. Types
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Error extends AnyRef

  2. trait JSON[A] extends JSONR[A] with JSONW[A]

  3. trait JSONR[A] extends AnyRef

  4. trait JSONW[A] extends AnyRef

  5. case class NoSuchFieldError(name: String, json: JValue) extends Error with Product with Serializable

  6. type Result[A] = Validation[NonEmptyList[Error], A]

    Definition Classes
    Types
  7. case class UncategorizedError(key: String, desc: String, args: List[Any]) extends Error with Product with Serializable

  8. case class UnexpectedJSONError(was: JValue, expected: Class[_ <: org.json4s.package.JValue]) extends Error with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Fail extends Product with Serializable

  7. implicit def Func2ToJSON[A, B, R](z: (A, B) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  8. implicit def Func3ToJSON[A, B, C, R](z: (A, B, C) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  9. implicit def Func4ToJSON[A, B, C, D, R](z: (A, B, C, D) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[D]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  10. implicit def Func5ToJSON[A, B, C, D, E, R](z: (A, B, C, D, E) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[E]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  11. implicit def Func6ToJSON[A, B, C, D, E, F, R](z: (A, B, C, D, E, F) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[F]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  12. implicit def Func7ToJSON[A, B, C, D, E, F, G, R](z: (A, B, C, D, E, F, G) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F], arg6: JSONR[G]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[F],g: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[G]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  13. implicit def Func8ToJSON[A, B, C, D, E, F, G, H, R](z: (A, B, C, D, E, F, G, H) ⇒ R)(implicit arg0: JSONR[A], arg1: JSONR[B], arg2: JSONR[C], arg3: JSONR[D], arg4: JSONR[E], arg5: JSONR[F], arg6: JSONR[G], arg7: JSONR[H]): AnyRef { def applyJSON(a: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[F],g: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[G],h: org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[H]): org.json4s.package.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  14. implicit def JValueEqual: Equal[JValue]

    Definition Classes
    Types
  15. implicit def JValueSemigroup: Semigroup[JValue]

    Definition Classes
    Types
  16. implicit def JValueZero: Zero[JValue]

    Definition Classes
    Types
  17. implicit def Result2JSONR[A](f: (JValue) ⇒ Result[A]): JSONR[A]

    Definition Classes
    Types
  18. implicit def Tuple2JSON[A, B](implicit arg0: JSON[A], arg1: JSON[B]): JSON[(A, B)]

    Definition Classes
    Tuples
  19. implicit def Tuple3JSON[A, B, C](implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C]): JSON[(A, B, C)]

    Definition Classes
    Tuples
  20. implicit def Tuple4JSON[A, B, C, D](implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D]): JSON[(A, B, C, D)]

    Definition Classes
    Tuples
  21. implicit def Tuple5JSON[A, B, C, D, E](implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D], arg4: JSON[E]): JSON[(A, B, C, D, E)]

    Definition Classes
    Tuples
  22. implicit def Tuple6JSON[A, B, C, D, E, F](implicit arg0: JSON[A], arg1: JSON[B], arg2: JSON[C], arg3: JSON[D], arg4: JSON[E], arg5: JSON[F]): JSON[(A, B, C, D, E, F)]

    Definition Classes
    Tuples
  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. implicit def bigintJSON: JSON[BigInt]

    Definition Classes
    Base
  25. implicit def boolJSON: JSON[Boolean]

    Definition Classes
    Base
  26. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. implicit def doubleJSON: JSON[Double]

    Definition Classes
    Base
  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  30. def field[A](name: String)(json: JValue)(implicit arg0: JSONR[A]): Result[A]

    Definition Classes
    Types
  31. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def fromJSON[A](json: JValue)(implicit arg0: JSONR[A]): Result[A]

    Definition Classes
    Types
  33. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. implicit def intJSON: JSON[Int]

    Definition Classes
    Base
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. implicit def jvalueJSON: JSON[JValue]

    Definition Classes
    Base
  38. implicit def listJSONR[A](implicit arg0: JSONR[A]): JSONR[List[A]]

    Definition Classes
    Base
  39. implicit def listJSONW[A](implicit arg0: JSONW[A]): JSONW[List[A]]

    Definition Classes
    Base
  40. implicit def longJSON: JSON[Long]

    Definition Classes
    Base
  41. def makeObj(fields: Traversable[(String, JValue)]): JObject

    Definition Classes
    Types
  42. implicit def mapJSONR[A](implicit arg0: JSONR[A]): JSONR[Map[String, A]]

    Definition Classes
    Base
  43. implicit def mapJSONW[A](implicit arg0: JSONW[A]): JSONW[Map[String, A]]

    Definition Classes
    Base
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. implicit def optionJSONR[A](implicit arg0: JSONR[A]): JSONR[Option[A]]

    Definition Classes
    Base
  48. implicit def optionJSONW[A](implicit arg0: JSONW[A]): JSONW[Option[A]]

    Definition Classes
    Base
  49. implicit def stringJSON: JSON[String]

    Definition Classes
    Base
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toJSON[A](value: A)(implicit arg0: JSONW[A]): JValue

    Definition Classes
    Types
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def validate[A](name: String)(implicit arg0: JSONR[A]): Kleisli[Result, JValue, A]

    Definition Classes
    Types
  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Tuples

Inherited from Base

Inherited from Lifting

Inherited from Types

Inherited from AnyRef

Inherited from Any