object JsonHelper extends JsonHelper
Simple JsonHelper object with no customized serializers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonHelper
- JsonHelper
- JsonHelperBase
- WithJsonFormats
- CustomSerializers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
FromJson[T](v1: JValue)(implicit evidence$6: Manifest[T]) extends Product with Serializable
Class that allows to convert a JValue to a value of type T.
Class that allows to convert a JValue to a value of type T. It also allows to create its string representation.
- T
Represents the type of the value v1.
- v1
Represents the JValue to transform into a value of the T.
- Definition Classes
- JsonHelper
-
case class
FromString[T](v1: String)(implicit evidence$7: Manifest[T]) extends Product with Serializable
Class that allows to convert a String to a value of type T.
Class that allows to convert a String to a value of type T.
- T
Represents the type of the value v1.
- v1
Represents the json value in string representation.
- Definition Classes
- JsonHelper
-
case class
ToJson[T](v1: T)(implicit evidence$5: Manifest[T]) extends Product with Serializable
Class that allows to convert a value T to JValue.
Class that allows to convert a value T to JValue. It also allows to create its string representation.
- T
Represents the type of the value v1.
- v1
Represents the value to be parsed.
- Definition Classes
- JsonHelper
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
-
val
all: Iterable[Serializer[_]]
- Definition Classes
- JsonHelper → CustomSerializers
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
lazy val
formats: Formats
- Definition Classes
- WithJsonFormats
-
def
get[T](v1: JValue)(implicit arg0: Manifest[T]): T
- Definition Classes
- JsonHelperBase
-
def
getCamelized[T](v1: JValue)(implicit arg0: Manifest[T]): T
- Definition Classes
- JsonHelperBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getJValue(v1: String): JValue
- Definition Classes
- JsonHelperBase
-
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()
-
def
stringify(v1: JValue, compact: Boolean = true): String
- Definition Classes
- JsonHelperBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
to[T](v1: T)(implicit arg0: Manifest[T]): JValue
- Definition Classes
- JsonHelperBase
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toUnderscore[T](v1: T)(implicit arg0: Manifest[T]): JValue
- Definition Classes
- JsonHelperBase
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )