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: 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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  24. 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]] }

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypeConverterSupport

Inherited from AnyRef

Inherited from Any

Ungrouped