Writeables
play.api.test.Writeables
trait Writeables
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Helpers
Members list
Value members
Concrete methods
def writeableOf_AnyContentAsJson(codec: Codec, contentType: Option[String]): Writeable[AnyContentAsJson]
def writeableOf_AnyContentAsMultipartFormWithBoundary(boundary: Option[String])(implicit codec: Codec): Writeable[AnyContentAsMultipartFormData]
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.
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.
Attributes
Implicits
Implicits
implicit def writeableOf_AnyContentAsFormUrlEncoded(implicit code: Codec): Writeable[AnyContentAsFormUrlEncoded]
implicit def writeableOf_AnyContentAsMultipartForm(implicit codec: Codec): Writeable[AnyContentAsMultipartFormData]
Deprecated implicits
implicit def writeableOf_AnyContentAsMultipartForm(contentType: Option[String])(implicit codec: Codec): Writeable[AnyContentAsMultipartFormData]
Attributes
- Deprecated
- true
In this article