object Writeable extends DefaultWriteables
- Alphabetic
- By Inheritance
- Writeable
- DefaultWriteables
- LowPriorityWriteables
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[A](transform: (A) ⇒ ByteString)(implicit ct: ContentTypeOf[A]): Writeable[A]
Creates a
Writeable[A]using a content type forAavailable in the implicit scopeCreates a
Writeable[A]using a content type forAavailable in the implicit scope- transform
Serializing function
- def apply[A](transform: (A) ⇒ ByteString, contentType: Option[String]): Writeable[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
implicit
val
wByteArray: Writeable[Array[Byte]]
Straightforward
Writeablefor Array[Byte] values.Straightforward
Writeablefor Array[Byte] values.- Definition Classes
- DefaultWriteables
-
implicit
val
wBytes: Writeable[ByteString]
Straightforward
Writeablefor ByteString values.Straightforward
Writeablefor ByteString values.- Definition Classes
- DefaultWriteables
-
implicit
def
wString(implicit codec: Codec): Writeable[String]
Straightforward
Writeablefor String values.Straightforward
Writeablefor String values.- Definition Classes
- DefaultWriteables
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
def
writeableOf_Content[C <: Content](implicit codec: Codec, ct: ContentTypeOf[C]): Writeable[C]
Writeableforplay.twirl.api.Contentvalues.Writeableforplay.twirl.api.Contentvalues.- Definition Classes
- LowPriorityWriteables
-
implicit
val
writeableOf_EmptyContent: Writeable[EmptyContent]
Writeablefor empty responses.Writeablefor empty responses.- Definition Classes
- DefaultWriteables
-
def
writeableOf_JsValue(codec: Codec, contentType: Option[String] = None): Writeable[JsValue]
WriteableforJsValuevalues using an arbitrary codec.WriteableforJsValuevalues using an arbitrary codec. Can be used to force a non-UTF-8 encoding for JSON.- Definition Classes
- DefaultWriteables
-
implicit
def
writeableOf_JsValue: Writeable[JsValue]
WriteableforJsValuevalues that writes to UTF-8, so they can be sent with the application/json media type.WriteableforJsValuevalues that writes to UTF-8, so they can be sent with the application/json media type.- Definition Classes
- DefaultWriteables
-
def
writeableOf_MultipartFormData[A](codec: Codec, aWriteable: Writeable[FilePart[A]]): Writeable[MultipartFormData[A]]
WriteableforMultipartFormData.WriteableforMultipartFormData.- Definition Classes
- DefaultWriteables
-
def
writeableOf_MultipartFormData(codec: Codec, contentType: Option[String]): Writeable[MultipartFormData[TemporaryFile]]
WriteableforMultipartFormDatawhen using TemporaryFiles.WriteableforMultipartFormDatawhen using TemporaryFiles.- Definition Classes
- DefaultWriteables
-
implicit
def
writeableOf_NodeBuffer(implicit codec: Codec): Writeable[NodeBuffer]
WriteableforNodeBuffervalues - literal Scala XML.WriteableforNodeBuffervalues - literal Scala XML.- Definition Classes
- DefaultWriteables
-
implicit
def
writeableOf_NodeSeq[C <: NodeSeq](implicit codec: Codec): Writeable[C]
WriteableforNodeSeqvalues - literal Scala XML.WriteableforNodeSeqvalues - literal Scala XML.- Definition Classes
- DefaultWriteables
-
implicit
def
writeableOf_XmlContent(implicit codec: Codec, ct: ContentTypeOf[Xml]): Writeable[Xml]
Writeableforplay.twirl.api.Xmlvalues.Writeableforplay.twirl.api.Xmlvalues. Trims surrounding whitespace.- Definition Classes
- DefaultWriteables
-
implicit
def
writeableOf_urlEncodedForm(implicit codec: Codec): Writeable[Map[String, Seq[String]]]
WriteableforurlEncodedFormvaluesWriteableforurlEncodedFormvalues- Definition Classes
- DefaultWriteables