| Package | Description |
|---|---|
| org.aoju.bus.validate.strategy | |
| org.aoju.bus.validate.validators |
| Modifier and Type | Class and Description |
|---|---|
class |
BlankStrategy
BLANK 校验
|
class |
NotBlankStrategy
NOT blank 校验
|
class |
NullStrategy
NULL校验
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Validator<T> |
Validator.not(Validator<T> validator)
根据校验器,创建相对立的一个校验器
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Validator<T> |
Validator.not(Validator<T> validator)
根据校验器,创建相对立的一个校验器
|
static <T> Complex<T,?> |
Complex.of(Validator<T> validator)
将Validator转为Complex
|
Copyright © 2019. All rights reserved.