Uses of Class
cdc.validation.checkers.defaults.MatchesPattern
-
Packages that use MatchesPattern Package Description cdc.validation.checkers.defaults -
-
Uses of MatchesPattern in cdc.validation.checkers.defaults
Fields in cdc.validation.checkers.defaults declared as MatchesPattern Modifier and Type Field Description static MatchesPatternMatchesPattern. ASCIIstatic MatchesPatternMatchesPattern. DIGITSstatic MatchesPatternMatchesPattern. HAS_LEADING_WHITE_SPACESstatic MatchesPatternMatchesPattern. HAS_TRAILING_WHITE_SPACESstatic MatchesPatternMatchesPattern. HAS_WHITE_SPACESstatic MatchesPatternMatchesPattern. LC_LETTERSstatic MatchesPatternMatchesPattern. LC_LETTERS_OR_DIGITSstatic MatchesPatternMatchesPattern. LETTERSstatic MatchesPatternMatchesPattern. LETTERS_OR_DIGITSstatic MatchesPatternMatchesPattern. UC_LETTERSstatic MatchesPatternMatchesPattern. UC_LETTERS_OR_DIGITSFields in cdc.validation.checkers.defaults with type parameters of type MatchesPattern Modifier and Type Field Description static Factory<MatchesPattern>MatchesPattern. FACTORYMethods in cdc.validation.checkers.defaults that return MatchesPattern Modifier and Type Method Description static MatchesPatternMatchesPattern. of(String regex)static MatchesPatternMatchesPattern. of(Pattern pattern)
-