| Class | Description |
|---|---|
| AlwaysStrategy |
这个校验器的结果永远为true
|
| BlankStrategy |
BLANK 校验
|
| ChineseStrategy |
中文校验
|
| CitizenIdStrategy |
身份证号码校验
|
| DateStrategy |
日期校验
|
| EachStrategy |
容器元素内部校验
|
| EmailStrategy |
邮箱校验
|
| EnglishStrategy |
英文校验
|
| EqualsStrategy |
EQUALS 校验
|
| FalseStrategy |
FALSE 校验
|
| InEnumStrategy |
int enum 校验
|
| InStrategy |
IN 校验
|
| IntRangeStrategy |
INT RANGE 校验
|
| IPAddressStrategy |
IP地址校验
|
| LengthStrategy |
数据长度校验
|
| MobileStrategy |
移动电话校验
|
| MultiStrategy |
多规则匹配校验
|
| NotBlankStrategy |
NOT blank 校验
|
| NotInStrategy |
NOT IN 校验
|
| NotNullStrategy |
NOT NUll 校验
|
| NullStrategy |
NULL校验
|
| PhoneStrategy |
移动电话校验
|
| ReflectStrategy |
反射信息校验
|
| RegexStrategy |
正则匹配校验
|
| TrueStrategy |
Boolean true 校验
|
Copyright © 2019. All rights reserved.