Uses of Interface
com.opencsv.bean.validators.StringValidator
-
Packages that use StringValidator Package Description com.opencsv.bean.validators -
-
Uses of StringValidator in com.opencsv.bean.validators
Classes in com.opencsv.bean.validators that implement StringValidator Modifier and Type Class Description class
MustMatchRegexExpression
This is a validator that, due to the addition of the parameter, allows the validation of multiple different types of input.Methods in com.opencsv.bean.validators that return types with arguments of type StringValidator Modifier and Type Method Description java.lang.Class<? extends StringValidator>
validator()
Returns the validator that will validate the string.
-