t

org.scalatra.json

JsonImplicitConversions

trait JsonImplicitConversions extends TypeConverterSupport

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

Type Members

  1. implicit class jsonToSeqConversion extends AnyRef

Abstract Value Members

  1. implicit abstract def jsonFormats: Formats
    Attributes
    protected

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. implicit val jsonToBigInt: TypeConverter[JValue, BigInt]
  12. implicit val jsonToBoolean: TypeConverter[JValue, Boolean]
  13. implicit val jsonToByte: TypeConverter[JValue, Byte]
  14. def jsonToDate(format: => String): TypeConverter[JValue, Date]
  15. implicit def jsonToDateConversion(source: JValue): JsonDateConversion
  16. def jsonToDateFormat(format: => DateFormat): TypeConverter[JValue, Date]
  17. implicit val jsonToDouble: TypeConverter[JValue, Double]
  18. implicit val jsonToFloat: TypeConverter[JValue, Float]
  19. implicit val jsonToInt: TypeConverter[JValue, Int]
  20. implicit val jsonToLong: TypeConverter[JValue, Long]
  21. implicit val jsonToSelf: TypeConverter[JValue, String]
  22. implicit def jsonToSeq[T](implicit mf: Manifest[T]): TypeConverter[JValue, Seq[T]]
  23. implicit val jsonToShort: TypeConverter[JValue, Short]
  24. implicit def jsonToValTypeConversion(source: JValue): JsonValConversion
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. implicit def safe[S, T](f: (S) => T): TypeConverter[S, T]
    Definition Classes
    TypeConverterSupport
  29. implicit def safeOption[S, T](f: (S) => Option[T]): TypeConverter[S, T]

    Implicit convert a (String) => Option[T] function into a TypeConverter[T]

    Implicit convert a (String) => Option[T] function into a TypeConverter[T]

    Definition Classes
    TypeConverterSupport
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 TypeConverterSupport

Inherited from AnyRef

Inherited from Any

Ungrouped