A B C D E H I L M N P R S U V
A
- assertFalse(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
必须为 false
- assertTrue(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
必须为 true
B
- Birthday - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为生日
只支持以下几种格式:
yyyyMMdd
yyyy-MM-dd
yyyy/MM/dd
yyyyMMdd
yyyy年MM月dd日
- birthday(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
生日校验
- BirthdayValidator - cool.happycoding.code.validator.annotation中的类
-
- BirthdayValidator() - 类 的构造器cool.happycoding.code.validator.annotation.BirthdayValidator
-
C
- Cellphone - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为手机号码(中国)
- cellphone(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
手机号校验
- CellphoneValidator - cool.happycoding.code.validator.annotation中的类
-
- CellphoneValidator() - 类 的构造器cool.happycoding.code.validator.annotation.CellphoneValidator
-
- Chinese - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为汉字
- chinese(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
中文校验
- ChineseValidator - cool.happycoding.code.validator.annotation中的类
-
- ChineseValidator() - 类 的构造器cool.happycoding.code.validator.annotation.ChineseValidator
-
- cool.happycoding.code.validator - 程序包 cool.happycoding.code.validator
-
- cool.happycoding.code.validator.annotation - 程序包 cool.happycoding.code.validator.annotation
-
D
- defaultValidator() - 类 中的方法cool.happycoding.code.validator.HappyValidatorAutoConfiguration
-
- digits(Number, Number, String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
必须是一个数字,其值必须在可接受的范围内(包含)
E
- email(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
邮箱校验
- English - cool.happycoding.code.validator.annotation中的注释类型
-
验证该字符串是否是字母(包括大写和小写字母)
- english(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
英文校验
- EnglishValidator - cool.happycoding.code.validator.annotation中的类
-
- EnglishValidator() - 类 的构造器cool.happycoding.code.validator.annotation.EnglishValidator
-
H
- HAPPY_BOOT_VALIDATE_PREFIX - 类 中的静态变量cool.happycoding.code.validator.ValidatorProperties
-
- HappyValidatorAutoConfiguration - cool.happycoding.code.validator中的类
-
入参校验
- HappyValidatorAutoConfiguration(ValidatorProperties) - 类 的构造器cool.happycoding.code.validator.HappyValidatorAutoConfiguration
-
I
- IdCard - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为身份证号码(18位中国)
出生日期只支持到到2999年
- idCard(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
身份证校验
- IdCardValidator - cool.happycoding.code.validator.annotation中的类
-
- IdCardValidator() - 类 的构造器cool.happycoding.code.validator.annotation.IdCardValidator
-
- initialize(Birthday) - 类 中的方法cool.happycoding.code.validator.annotation.BirthdayValidator
-
- initialize(Cellphone) - 类 中的方法cool.happycoding.code.validator.annotation.CellphoneValidator
-
- initialize(Chinese) - 类 中的方法cool.happycoding.code.validator.annotation.ChineseValidator
-
- initialize(English) - 类 中的方法cool.happycoding.code.validator.annotation.EnglishValidator
-
- initialize(IdCard) - 类 中的方法cool.happycoding.code.validator.annotation.IdCardValidator
-
- initialize(IPV4) - 类 中的方法cool.happycoding.code.validator.annotation.IPV4Validator
-
- initialize(IPV6) - 类 中的方法cool.happycoding.code.validator.annotation.IPV6Validator
-
- initialize(MacAddress) - 类 中的方法cool.happycoding.code.validator.annotation.MacAddressValidator
-
- initialize(PlateNumber) - 类 中的方法cool.happycoding.code.validator.annotation.PlateNumberValidator
-
- initialize(Sex) - 类 中的方法cool.happycoding.code.validator.annotation.SexValidator
-
- initialize(UUID) - 类 中的方法cool.happycoding.code.validator.annotation.UUIDValidator
-
- IPV4 - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为IPV4地址
- ipv4(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
IPV4地址校验
- IPV4Validator - cool.happycoding.code.validator.annotation中的类
-
- IPV4Validator() - 类 的构造器cool.happycoding.code.validator.annotation.IPV4Validator
-
- IPV6 - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为IPV6地址
- ipv6(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
IPV6地址校验
- IPV6Validator - cool.happycoding.code.validator.annotation中的类
-
- IPV6Validator() - 类 的构造器cool.happycoding.code.validator.annotation.IPV6Validator
-
- isValid(Object, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.BirthdayValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.CellphoneValidator
-
- isValid(Object, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.ChineseValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.EnglishValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.IdCardValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.IPV4Validator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.IPV6Validator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.MacAddressValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.PlateNumberValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.SexValidator
-
- isValid(String, ConstraintValidatorContext) - 类 中的方法cool.happycoding.code.validator.annotation.UUIDValidator
-
L
- length(int, int, String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
长度校验
M
- MacAddress - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为MAC地址
- macAddress(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
MAC地址校验
- MacAddressValidator - cool.happycoding.code.validator.annotation中的类
-
- MacAddressValidator() - 类 的构造器cool.happycoding.code.validator.annotation.MacAddressValidator
-
- max(Number, String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
最大值校验
- min(Number, String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
最小值校验
N
- notEmpty(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
必须不为empty(null 或 "")
- notNull(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
必须不为 null
P
- param(Object) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
切换校验对象
- PlateNumber - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为中国车牌号
- plateNumber(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
中国车牌号校验
- PlateNumberValidator - cool.happycoding.code.validator.annotation中的类
-
- PlateNumberValidator() - 类 的构造器cool.happycoding.code.validator.annotation.PlateNumberValidator
-
R
- regex(String, String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
正则校验
S
- Sex - cool.happycoding.code.validator.annotation中的注释类型
-
description
- SexValidator - cool.happycoding.code.validator.annotation中的类
-
description
- SexValidator() - 类 的构造器cool.happycoding.code.validator.annotation.SexValidator
-
U
- url(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
URL校验
- UUID - cool.happycoding.code.validator.annotation中的注释类型
-
验证是否为UUID
包括带横线标准格式和不带横线的简单模式
- uuid(String) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
UUID校验
- UUIDValidator - cool.happycoding.code.validator.annotation中的类
-
- UUIDValidator() - 类 的构造器cool.happycoding.code.validator.annotation.UUIDValidator
-
V
- valid(Object) - 类 中的方法cool.happycoding.code.validator.ValidatorEnhance
-
POJO对象校验(通过注解)
- validatorEnhance() - 类 中的方法cool.happycoding.code.validator.HappyValidatorAutoConfiguration
-
- ValidatorEnhance - cool.happycoding.code.validator中的类
-
description
- ValidatorEnhance(Validator) - 类 的构造器cool.happycoding.code.validator.ValidatorEnhance
-
- ValidatorProperties - cool.happycoding.code.validator中的类
-
description
- ValidatorProperties() - 类 的构造器cool.happycoding.code.validator.ValidatorProperties
-
A B C D E H I L M N P R S U V
Copyright © 2021 HappyCoding. All rights reserved.