|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CsvFieldValidator in com.projectnine.csvmapper |
---|
Subclasses of CsvFieldValidator in com.projectnine.csvmapper | |
---|---|
class |
NoopCsvFieldValidator
Promiscuous Validator. |
class |
NoSpecialCharacterCsvFieldValidator
Deprecated. Use a RegularExpressionCsvFieldValidator with a regular
expression of "^[^\!\@\%\&\*\~\?\<\>]*$" |
class |
PostalCodeCsvFieldValidator
Deprecated. Use RegularExpressionCsvFieldValidator with a regular
expression of "^\\d{5}\\p{Punct}?\\s?(?:\\d{4})?$" instead. |
class |
RegularExpressionCsvFieldValidator
Give this CsvFieldValidator one or more regular expressions, and it
will not allow a String that fails any of them to pass validation. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |