|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.baidu.unbiz.fluentvalidator.validator.element.ValidatorElementList
public class ValidatorElementList
在FluentValidator内部调用使用的验证器链
| 构造方法摘要 | |
|---|---|
ValidatorElementList()
|
|
| 方法摘要 | |
|---|---|
void |
add(ListAble<ValidatorElement> listAble)
加入待验证对象及其验证器 |
List<ValidatorElement> |
getAllValidatorElements()
获取验证器链 |
LinkedList<ListAble<ValidatorElement>> |
getList()
获取验证器链 |
boolean |
isEmpty()
验证器链是否为空 |
int |
size()
获取待验证对象及其验证器链表长度 |
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ValidatorElementList()
| 方法详细信息 |
|---|
public void add(ListAble<ValidatorElement> listAble)
listAble - 待验证对象及其验证器封装类public int size()
public LinkedList<ListAble<ValidatorElement>> getList()
public boolean isEmpty()
public List<ValidatorElement> getAllValidatorElements()
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||