trait
Types
extends AnyRef
Type Members
-
trait
Error
extends AnyRef
-
trait
JSON
[A]
extends JSONR[A] with JSONW[A]
-
trait
JSONR
[A]
extends AnyRef
-
trait
JSONW
[A]
extends AnyRef
-
case class
NoSuchFieldError
(name: String, json: JValue) extends Error with Product with Serializable
-
type
Result
[A]
= Validation[NonEmptyList[Error], A]
-
case class
UncategorizedError
(key: String, desc: String, args: List[Any]) extends Error with Product with Serializable
-
case class
UnexpectedJSONError
(was: JValue, expected: Class[_ <: net.liftweb.json.package.JValue]) extends Error with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
object
Fail
extends Product with Serializable
-
implicit def
JValueEqual
: Equal[JValue]
-
implicit def
JValueSemigroup
: Semigroup[JValue]
-
implicit def
JValueShow
[A <: JValue]
: Show[A]
-
implicit def
JValueZero
: Zero[JValue]
-
implicit def
Result2JSONR
[A]
(f: (JValue) ⇒ Result[A]): JSONR[A]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
field
[A]
(name: String)(json: JValue)(implicit arg0: JSONR[A]): Result[A]
-
def
finalize
(): Unit
-
def
fromJSON
[A]
(json: JValue)(implicit arg0: JSONR[A]): Result[A]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
makeObj
(fields: Traversable[(String, JValue)]): JObject
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toJSON
[A]
(value: A)(implicit arg0: JSONW[A]): JValue
-
def
toString
(): String
-
def
validate
[A]
(name: String)(implicit arg0: JSONR[A]): Kleisli[Result, JValue, A]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any