Searched defs:RegexValidator (Results 1 – 2 of 2) sorted by relevance
70 public class RegexValidator implements Serializable { class83 RegexValidator(final List<String> regexs) { in RegexValidator() method in RegexValidator94 public RegexValidator(final String regex) { in RegexValidator() method in RegexValidator107 public RegexValidator(final String regex, final boolean caseSensitive) { in RegexValidator() method in RegexValidator118 public RegexValidator(final String... regexs) { in RegexValidator() method in RegexValidator131 public RegexValidator(final String[] regexs, final boolean caseSensitive) { in RegexValidator() method in RegexValidator
70 class RegexValidator(Validator): class