| 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 |
EachStrategy
容器元素内部校验
|
class |
EqualsStrategy
EQUALS 校验
|
class |
FalseStrategy
FALSE 校验
|
class |
InEnumStrategy
int enum 校验
|
class |
InStrategy
IN 校验
|
class |
IntRangeStrategy
INT RANGE 校验
|
class |
LengthStrategy
数据长度校验
|
class |
MultiStrategy
多规则匹配校验
|
class |
NotBlankStrategy
NOT blank 校验
|
class |
NotInStrategy
NOT IN 校验
|
class |
NotNullStrategy
NOT NUll 校验
|
class |
NullStrategy
NULL校验
|
class |
ReflectStrategy
反射信息校验
|
class |
RegexStrategy
正则匹配校验
|
class |
TrueStrategy
Boolean true 校验
|
| Modifier and Type | Method and Description |
|---|---|
static <T,K> Complex<T,K> |
Complex.not(Complex<T,K> complex)
根据校验器,创建相对立的一个校验器
|
static <T> Complex<T,?> |
Complex.of(Validator<T> validator)
将Validator转为Complex
|
| Modifier and Type | Method and Description |
|---|---|
static <T,K> Complex<T,K> |
Complex.not(Complex<T,K> complex)
根据校验器,创建相对立的一个校验器
|
Copyright © 2019. All rights reserved.