package
bind
Type Members
-
type
BulkPreProcessor = (Map[String, String]) ⇒ Map[String, String]
-
type
Constraint = (String, String, (String) ⇒ String) ⇒ Option[String]
-
-
type
ExtraConstraint[T] = (String, T, (String) ⇒ String) ⇒ Seq[(String, String)]
-
case class
FieldMapping[T](constraints: Seq[(String, String, (String) ⇒ String) ⇒ Option[String]], convert: (String) ⇒ T, processors: Seq[(String) ⇒ String] = immutable.this.Nil, label: Option[String] = scala.None) extends Mapping[T] with Product with Serializable
-
case class
FormBinder[R](messages: (String) ⇒ String, preProcessors: Seq[(Map[String, String]) ⇒ Map[String, String]] = immutable.this.Nil, errProcessor: Option[(Seq[(String, String)]) ⇒ R] = scala.None) extends Product with Serializable
-
case class
GroupMapping[T](fields: Seq[(String, Mapping[_])], convert0: (String, Map[String, String]) ⇒ T, label: Option[String] = scala.None) extends Mapping[T] with Product with Serializable
-
trait
Mapping[T] extends AnyRef
-
trait
Mappings extends AnyRef
-
type
Messages = (String) ⇒ String
-
type
PostErrProcessor[R] = (Seq[(String, String)]) ⇒ R
-
type
PreProcessor = (String) ⇒ String
-
trait
Processors extends AnyRef
Inherited from AnyRef
Inherited from Any