org.scalatra.json

JsonImplicitConversions

trait JsonImplicitConversions extends TypeConverterSupport

Linear Supertypes
TypeConverterSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JsonImplicitConversions
  2. TypeConverterSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def jsonFormats: Formats

    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. implicit val jsonToBigInt: TypeConverter[JValue, BigInt]

  15. implicit val jsonToBoolean: TypeConverter[JValue, Boolean]

  16. implicit val jsonToByte: TypeConverter[JValue, Byte]

  17. def jsonToDate(format: ⇒ String): TypeConverter[JValue, Date]

  18. implicit def jsonToDateConversion(source: JValue): JsonDateConversion[JValue]

  19. def jsonToDateFormat(format: ⇒ DateFormat): TypeConverter[JValue, Date]

  20. implicit val jsonToDouble: TypeConverter[JValue, Double]

  21. implicit val jsonToFloat: TypeConverter[JValue, Float]

  22. implicit val jsonToInt: TypeConverter[JValue, Int]

  23. implicit val jsonToLong: TypeConverter[JValue, Long]

  24. implicit val jsonToSelf: TypeConverter[JValue, String]

  25. implicit def jsonToSeq[T](implicit elementConverter: TypeConverter[JValue, T], mf: Manifest[T]): TypeConverter[JValue, Seq[T]]

  26. implicit def jsonToSeqConversion(source: JValue): AnyRef { def asSeq[T](implicit mf: Manifest[T],implicit tc: org.scalatra.util.conversion.TypeConverter[org.json4s.JValue,T]): Option[Seq[T]] }

  27. implicit val jsonToShort: TypeConverter[JValue, Short]

  28. implicit def jsonToValTypeConversion(source: JValue): JsonValConversion[JValue]

  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. implicit def safe[S, T](f: (S) ⇒ T): TypeConverter[S, T]

    Definition Classes
    TypeConverterSupport
  33. implicit def safeOption[S, T](f: (S) ⇒ Option[T]): TypeConverter[S, T]

    Definition Classes
    TypeConverterSupport
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TypeConverterSupport

Inherited from AnyRef

Inherited from Any

Ungrouped