FormDataRW

ba.sake.formson.FormDataRW
See theFormDataRW companion object
trait FormDataRW[T]

Maps a T to/from form data map

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_FormDataRW_Int.type
object given_FormDataRW_Path.type
object given_FormDataRW_UUID.type
Show all

Members list

Value members

Abstract methods

def parse(path: String, formData: FormData): T
def write(path: String, value: T): FormData

Concrete methods

def default: Option[T]

Global default for T when key is missing.

Global default for T when key is missing.

Attributes