FormFile

case class FormFile(fileName: String, filePath: Path, headers: HeaderMap) extends FormEntry
trait Serializable
trait Product
trait Equals
trait FormEntry
class Object
trait Matchable
class Any

Value members

Concrete methods

def valueOrFileName: String

Inherited methods

def asFile: Option[FormFile]
Inherited from:
FormEntry
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product