| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ALL_CHAR |
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
public static final String |
AMP |
"&" |
public static final String |
EMAIL_REGULAR |
"^([a-z0-9A-Z]+([-|_|\\.&]|__)?)+@([a-z0-9A-Z]+(-[a-z0-9A-Z]+){0,}\\.)+[a-zA-Z]{2,}$" |
public static final String |
LETTER_CHAR |
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
public static final String |
NUMBER_CHAR |
"0123456789" |
public static final String |
PHONE_REGULAR |
"^([1][3,4,5,6,7,8,9][0-9]{9}|(950)[0-9]*)$" |
public static final String |
QUESTION_MARK |
"?" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ASSERT_NOT_NULL_ID_MESSAGE |
"id must be have value!" |
public static final String |
ASSERT_NOT_NULL_IDS_MESSAGE |
"ids must be have value!" |
public static final String |
ASSERT_NOT_NULL_OBJECT_MESSAGE |
"Object must be have value!" |
public static final String |
ASSERT_NOT_NULL_PROPERTY_NAME_MESSAGE |
"%s must be have value!" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ERROR |
"ERROR" |
public static final String |
SUCCESS |
"SUCCESS" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DATA |
"data" |
public static final String |
ERROR_CODE |
"error" |
public static final String |
MESSAGE |
"message" |
public static final String |
STATUS |
"status" |
Copyright © 2024. All rights reserved.