org.json4s.scalaz

JsonScalaz

Related Doc: package scalaz

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. JsonScalaz
  2. Tuples
  3. Base
  4. Lifting
  5. Types
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type EitherNel[+a] = \/[NonEmptyList[Error], a]

    Definition Classes
    Types
  2. sealed trait Error extends AnyRef

    Definition Classes
    Types
  3. trait JSON[A] extends JSONR[A] with JSONW[A]

    Definition Classes
    Types
  4. trait JSONR[A] extends AnyRef

    Definition Classes
    Types
  5. trait JSONW[A] extends AnyRef

    Definition Classes
    Types
  6. case class NoSuchFieldError(name: String, json: JValue) extends Error with Product with Serializable

    Definition Classes
    Types
  7. type Result[+A] = Validation[NonEmptyList[Error], A]

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

    Definition Classes
    Types
  9. case class UnexpectedJSONError(was: JValue, expected: Class[_ <: JValue]) extends Error with Product with Serializable

    Definition Classes
    Types

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. object Fail extends Product with Serializable

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

    Definition Classes
    Lifting
  6. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  7. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[D]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  8. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[E]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  9. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[F]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  10. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[F],g: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[G]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

    Definition Classes
    Lifting
  11. 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.JValue => org.json4s.scalaz.JsonScalaz.Result[A],b: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[B],c: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[C],d: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[D],e: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[E],f: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[F],g: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[G],h: org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[H]): org.json4s.JValue => org.json4s.scalaz.JsonScalaz.Result[R] }

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

    Definition Classes
    Types
  13. implicit def JValueMonoid: Monoid[JValue]

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

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

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

    Definition Classes
    Tuples
  17. 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
  18. 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
  19. 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
  20. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    Base
  23. def clone(): AnyRef

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

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

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

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

    Definition Classes
    Types
  28. def finalize(): Unit

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

    Definition Classes
    Types
  30. implicit def function2EitherNel[A](f: (A) ⇒ Result[A]): (A) ⇒ EitherNel[A]

    Definition Classes
    Types
  31. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    Base
  36. implicit def kleisli2Result[A](v: Kleisli[EitherNel, JValue, A]): (JValue) ⇒ Result[A]

    Definition Classes
    Types
  37. implicit def listJSONR[A](implicit arg0: JSONR[A]): JSONR[List[A]]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Types
  51. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. 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

Ungrouped