| 程序包 | 说明 |
|---|---|
| cn.vonce.validator.rule | |
| cn.vonce.validator.rule.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractValidate<T extends Annotation>
校验规则抽象实现
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ValidateBoolean
校验布尔值
|
class |
ValidateChinese
校验中文
|
class |
ValidateEmail
校验邮箱格式
|
class |
ValidateEqualTo
校验指定值
|
class |
ValidateIDCard
校验身份证号码
|
class |
ValidateIPAddress
校验IP地址
|
class |
ValidateMaxLength
校验字段设置的最大长度
|
class |
ValidateMaxValue
校验字段设置的最大值
|
class |
ValidateMinLength
校验字段设置的最小长度
|
class |
ValidateMinValue
校验字段设置的最小值
|
class |
ValidateNotEmpty
校验字段不能为empty
|
class |
ValidateNotNull
校验字段不能为null
|
class |
ValidateNumber
校验数字
|
class |
ValidatePassword
校验密码
|
class |
ValidatePhone
校验手机号码
|
class |
ValidateRangeLength
校验字段设置的长度范围
|
class |
ValidateRangeValue
校验字段设置的值范围
|
class |
ValidateRegex
校验是否符合正则表达式的规则
|
class |
ValidateSQLInject
校验sql注入
|
class |
ValidateUrl
校验URl格式
|
class |
ValidateUserName
校验用户名
|
Copyright © 2020. All rights reserved.