trait
StringValidators
extends AnyRef
Type Members
-
type
ValueType
Abstract Value Members
-
def
boxStrToValType
(in: Box[String]): ValueType
-
def
maxLen
: Int
-
def
valueTypeToBoxString
(in: ValueType): Box[String]
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
crop
(in: ValueType): ValueType
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notNull
(in: ValueType): ValueType
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
removeRegExChars
(regEx: String)(in: ValueType): ValueType
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toLower
(in: ValueType): ValueType
-
def
toString
(): String
-
def
toUpper
(in: ValueType): ValueType
-
def
trim
(in: ValueType): ValueType
-
def
valMaxLen
(len: Int, msg: ⇒ String)(value: ValueType): List[FieldError]
-
def
valMinLen
(len: Int, msg: ⇒ String)(value: ValueType): List[FieldError]
-
def
valRegex
(pat: Pattern, msg: ⇒ String)(value: ValueType): List[FieldError]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any