FilePart

play.api.mvc.MultipartFormData.FilePart
case class FilePart[A](key: String, filename: String, contentType: Option[String], ref: A, fileSize: Long, dispositionType: String, refToBytes: A => Option[ByteString]) extends Part[A]

A file part.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Part[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asJava(): FilePart[A]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product