程序包 ai.yue.library.base.validation.annotation
定义yue默认所提供的字段校验注解
- 从以下版本开始:
- 2019年10月18日
- 作者:
- ylyue
-
类概要 类 说明 BirthdayValidator 生日格式校验器CarDrivingLicenceValidator 驾驶证格式校验器CarVinValidator 车架号校验器CellphoneValidator ChineseValidator CreditCodeValidator 统一社会信用代码校验器EnglishValidator IdCardValidator IPV4Validator IPV6Validator MacAddressValidator PlateNumberValidator UUIDValidator ZipCodeValidator 邮政编码(中国)校验器 -
注释类型概要 注释类型 说明 Birthday 验证是否为生日
只支持以下几种格式: yyyyMMdd yyyy-MM-dd yyyy/MM/dd yyyyMMdd yyyy年MM月dd日Birthday.List Defines several@Birthdayannotations on the same element.CarDrivingLicence 验证是否为驾驶证(别名:驾驶证档案编号、行驶证编号)CarDrivingLicence.List Defines several@Dateannotations on the same element.CarVin 验证是否为车架号(别名:行驶证编号、车辆识别代号、车辆识别码)CarVin.List Defines several@CarVinannotations on the same element.Cellphone 验证是否为手机号码(中国)Cellphone.List Defines several@Cellphoneannotations on the same element.Chinese 验证是否为汉字Chinese.List Defines several@Chineseannotations on the same element.CreditCode 是否是有效的统一社会信用代码CreditCode.List Defines several@CreditCodeannotations on the same element.English 验证该字符串是否是字母(包括大写和小写字母)English.List Defines several@Englishannotations on the same element.IdCard 验证是否为身份证号码(18位中国)
出生日期只支持到到2999年IdCard.List Defines several@IdCardannotations on the same element.IPV4 验证是否为IPV4地址IPV4.List Defines several@IPV4annotations on the same element.IPV6 验证是否为IPV6地址IPV6.List Defines several@IPV6annotations on the same element.MacAddress 验证是否为MAC地址MacAddress.List Defines several@MacAddressannotations on the same element.PlateNumber 验证是否为中国车牌号PlateNumber.List Defines several@PlateNumberannotations on the same element.UUID 验证是否为UUID
包括带横线标准格式和不带横线的简单模式UUID.List Defines several@UUIDannotations on the same element.ZipCode 验证是否为邮政编码(中国)ZipCode.List Defines several@ZipCodeannotations on the same element.