Web Flavor
|
|
abstract
class
RegexValidator[T](val
regex : scala.util.matching.Regex)
extends
Validator[T] with
AnyRefAdditional Constructor Summary | |
def
|
this (pattern : java.lang.String) : RegexValidator[T] |
Method Summary | |
abstract def
|
convert (text : java.lang.String) : T |
def
|
toObject (text : java.lang.String) : scala.Option[T] |
def
|
toText (value : T) : java.lang.String |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
Method Details |
def
toObject(text : java.lang.String) : scala.Option[T]
abstract
def
convert(text : java.lang.String) : T
def
toText(value : T) : java.lang.String
Web Flavor
|
|