
org.scalatra.validation.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-commands Show documentation
Show all versions of scalatra-commands Show documentation
Data binding and validation with scalaz for Scalatra
The newest version!
package org.scalatra
import util.RicherString._
package object validation {
implicit def string2OptionField(s: String): Option[FieldName] = s.blankOption map FieldName
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy