Packages

t

play.api.http

DefaultWriteables

trait DefaultWriteables extends LowPriorityWriteables

Default Writeable.

Source
Writeable.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultWriteables
  2. LowPriorityWriteables
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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
    @native() @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
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. implicit val wByteArray: Writeable[Array[Byte]]

    Straightforward Writeable for Array[Byte] values.

  18. implicit val wBytes: Writeable[ByteString]

    Straightforward Writeable for ByteString values.

  19. implicit def wString(implicit codec: Codec): Writeable[String]

    Straightforward Writeable for String values.

  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. implicit def writeableOf_Content[C <: Content](implicit codec: Codec, ct: ContentTypeOf[C]): Writeable[C]

    Writeable for play.twirl.api.Content values.

    Writeable for play.twirl.api.Content values.

    Definition Classes
    LowPriorityWriteables
  24. implicit val writeableOf_EmptyContent: Writeable[EmptyContent]

    Writeable for empty responses.

  25. def writeableOf_JsValue(codec: Codec, contentType: Option[String] = None): Writeable[JsValue]

    Writeable for JsValue values using an arbitrary codec.

    Writeable for JsValue values using an arbitrary codec. Can be used to force a non-UTF-8 encoding for JSON.

  26. implicit def writeableOf_JsValue: Writeable[JsValue]

    Writeable for JsValue values that writes to UTF-8, so they can be sent with the application/json media type.

  27. def writeableOf_MultipartFormData[A](codec: Codec, aWriteable: Writeable[FilePart[A]]): Writeable[MultipartFormData[A]]

    Writeable for MultipartFormData.

  28. def writeableOf_MultipartFormData(codec: Codec, contentType: Option[String]): Writeable[MultipartFormData[TemporaryFile]]

    Writeable for MultipartFormData when using TemporaryFiles.

  29. implicit def writeableOf_NodeBuffer(implicit codec: Codec): Writeable[NodeBuffer]

    Writeable for NodeBuffer values - literal Scala XML.

  30. implicit def writeableOf_NodeSeq[C <: NodeSeq](implicit codec: Codec): Writeable[C]

    Writeable for NodeSeq values - literal Scala XML.

  31. implicit def writeableOf_XmlContent(implicit codec: Codec, ct: ContentTypeOf[Xml]): Writeable[Xml]

    Writeable for play.twirl.api.Xml values.

    Writeable for play.twirl.api.Xml values. Trims surrounding whitespace.

  32. implicit def writeableOf_urlEncodedForm(implicit codec: Codec): Writeable[Map[String, Seq[String]]]

    Writeable for urlEncodedForm values

Inherited from LowPriorityWriteables

Inherited from AnyRef

Inherited from Any

Ungrouped