| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
GETTER_BOOLEAN_PREFIX |
"is" |
public static final String |
GETTER_PREFIX |
"get" |
public static final String |
SETTER_PREFIX |
"set" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
CONSTRUCTOR_METHOD_NAME |
"<init>" |
public static final String |
NEW_INSTANCE_METHOD_NAME |
"newInstance" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
L |
"L" |
public static final String |
LEFT_MIDDLE_BRACKET |
"[" |
public static final String |
SEMICOLON |
";" |
public static final String |
V |
"V" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
protected static final int |
NOT_FOUND_INDEX |
-1 |
Copyright © 2023 dromara. All rights reserved.