ObjectMappingList
givers.form.ObjectMappingList
class ObjectMappingList[T](val fields: Seq[Field[_]])(implicit classTag: ClassTag[T]) extends ObjectMapping[T]
Attributes
- Graph
-
- Supertypes
-
trait ObjectMapping[T]trait ValueMapping[T]trait Mapping[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- ValueMapping
Attributes
- Definition Classes
- Inherited from:
- ObjectMapping
def transform[R](bind: (T, BindContext) => Try[R], unbind: (R, UnbindContext) => T, errors: ErrorSpec*): Mapping[R]
Attributes
- Inherited from:
- Mapping
Attributes
- Inherited from:
- Mapping
In this article