Package

org.scalatra

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait JValueResult extends ScalatraBase

    Permalink

    Responsible for passing a JValue further in the render pipeline.

  2. trait JacksonJsonOutput extends JsonOutput[JValue] with JsonMethods

    Permalink
  3. trait JacksonJsonSupport extends JsonSupport[JValue] with JacksonJsonOutput with JValueResult

    Permalink
  4. trait JsonImplicitConversions extends TypeConverterSupport

    Permalink
  5. trait JsonOutput[T] extends ApiFormats with JsonMethods[T]

    Permalink
  6. case class JsonResult(value: JValue) extends Product with Serializable

    Permalink
  7. trait JsonSupport[T] extends JsonOutput[T]

    Permalink
  8. class JsonValueReader extends ValueReader[JValue, JValue]

    Permalink
  9. trait JsonValueReaderProperty[T] extends AnyRef

    Permalink
  10. trait NativeJsonOutput extends JsonOutput[Document] with JsonMethods

    Permalink
  11. trait NativeJsonSupport extends JsonSupport[Document] with NativeJsonOutput with JValueResult

    Permalink
  12. trait JacksonJsonValueReaderProperty extends JsonValueReaderProperty[JValue]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.7.0) JacksonJsonValueReaderProperty is deprecated from Scalatra 2.7.0. It will be deleted in the next major version. Please use the query syntax of Json4s.

  13. trait NativeJsonValueReaderProperty extends JsonValueReaderProperty[Document]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.7.0) NativeJsonValueReaderProperty is deprecated from Scalatra 2.7.0. It will be deleted in the next major version. Please use the query syntax of Json4s.

Value Members

  1. object JsonConversions

    Permalink
  2. object JsonOutput

    Permalink
  3. object JsonResult extends Serializable

    Permalink
  4. object JsonSupport

    Permalink
  5. object JsonValueReader

    Permalink

Ungrouped