| Package | Description |
|---|---|
| org.aoju.bus.validate.strategy | |
| org.aoju.bus.validate.validators |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysStrategy
这个校验器的结果永远为true
|
class |
BlankStrategy
BLANK 校验
|
class |
ChineseStrategy
中文校验
|
class |
CitizenIdStrategy
身份证号码校验
|
class |
CompareStrategy
数据长度校验
|
class |
DateStrategy
日期校验
|
class |
EachStrategy
容器元素内部校验
|
class |
EmailStrategy
邮箱校验
|
class |
EnglishStrategy
英文校验
|
class |
EqualsStrategy
EQUALS 校验
|
class |
FalseStrategy
FALSE 校验
|
class |
InEnumStrategy
int enum 校验
|
class |
InStrategy
IN 校验
|
class |
IntRangeStrategy
INT RANGE 校验
|
class |
IPAddressStrategy
IP地址校验
|
class |
LengthStrategy
数据长度校验
|
class |
MobileStrategy
移动电话校验
|
class |
MultiStrategy
多规则匹配校验
|
class |
NotBlankStrategy
NOT blank 校验
|
class |
NotInStrategy
NOT IN 校验
|
class |
NotNullStrategy
NOT NUll 校验
|
class |
NullStrategy
NULL校验
|
class |
PhoneStrategy
移动电话校验
|
class |
ReflectStrategy
反射信息校验
|
class |
RegexStrategy
正则匹配校验
|
class |
TrueStrategy
Boolean true 校验
|
| Modifier and Type | Method and Description |
|---|---|
static <T,K> Matcher<T,K> |
Matcher.not(Matcher<T,K> matcher)
根据校验器,创建相对立的一个校验器
|
static <T> Matcher<T,?> |
Matcher.of(Validator<T> validator)
将Validator转为Matcher
|
| Modifier and Type | Method and Description |
|---|---|
static <T,K> Matcher<T,K> |
Matcher.not(Matcher<T,K> matcher)
根据校验器,创建相对立的一个校验器
|
Copyright © 2020. All rights reserved.