given_FormDataRW_LocalDate

ba.sake.formson.FormDataRW.given_FormDataRW_LocalDate
object given_FormDataRW_LocalDate extends FormDataRW[LocalDate]

Attributes

Graph
Supertypes
trait FormDataRW[LocalDate]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def parse(path: String, formData: FormData): LocalDate

Attributes

Definition Classes
override def write(path: String, value: LocalDate): FormData

Attributes

Definition Classes

Inherited methods

def default: Option[T]

Global default for T when key is missing.

Global default for T when key is missing.

Attributes

Inherited from:
FormDataRW