t

play.api.test

Writeables

trait Writeables extends AnyRef

Source
Helpers.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Writeables
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def writeableOf_AnyContentAsEmpty(implicit code: Codec): [AnyContentAsEmpty.type]
  2. implicit def writeableOf_AnyContentAsFormUrlEncoded(implicit code: Codec): [AnyContentAsFormUrlEncoded]
  3. implicit def writeableOf_AnyContentAsJson: [AnyContentAsJson]
  4. def writeableOf_AnyContentAsJson(codec: Codec, contentType: Option[String] = None): [AnyContentAsJson]
  5. implicit def writeableOf_AnyContentAsMultipartForm(implicit codec: Codec): [AnyContentAsMultipartFormData]
  6. def writeableOf_AnyContentAsMultipartFormWithBoundary(boundary: Option[String])(implicit codec: Codec): [AnyContentAsMultipartFormData]

    If you pass a boundary, it will be used to separate the data/file parts of the multipart/form-data body.

    If you pass a boundary, it will be used to separate the data/file parts of the multipart/form-data body. If you don't pass a boundary a random one will be generated.

  7. implicit def writeableOf_AnyContentAsRaw: [AnyContentAsRaw]
  8. implicit def writeableOf_AnyContentAsText(implicit code: Codec): [AnyContentAsText]
  9. implicit def writeableOf_AnyContentAsXml(implicit codec: Codec): [AnyContentAsXml]

Deprecated Value Members

  1. implicit def writeableOf_AnyContentAsMultipartForm(contentType: Option[String])(implicit codec: Codec): [AnyContentAsMultipartFormData]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use writeableOf_AnyContentAsMultipartFormWithBoundary instead which takes only a boundary instead of the whole content-type