JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
top.tangyh.basic.interfaces.validator
Interface IValidatable
public interface
IValidatable
实现了此接口,表示此类将会支持验证框架。
Author:
zuihou
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
value
()
此类需要检验什么值 支持length长度检验。
Method Details
value
Object
value
()
此类需要检验什么值 支持length长度检验。也可以看情况实现支持类似于email,正则等等校验
Returns:
需要验证的值