|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Type 的软件包 | |
|---|---|
| com.alibaba.fastjson.asm | |
| com.alibaba.fastjson.asm 中 Type 的使用 |
|---|
| 声明为 Type 的 com.alibaba.fastjson.asm 中的字段 | |
|---|---|
static Type |
Type.BOOLEAN_TYPE
The boolean type. |
static Type |
Type.BYTE_TYPE
The byte type. |
static Type |
Type.CHAR_TYPE
The char type. |
static Type |
Type.DOUBLE_TYPE
The double type. |
static Type |
Type.FLOAT_TYPE
The float type. |
static Type |
Type.INT_TYPE
The int type. |
static Type |
Type.LONG_TYPE
The long type. |
static Type |
Type.SHORT_TYPE
The short type. |
static Type |
Type.VOID_TYPE
The void type. |
| 返回 Type 的 com.alibaba.fastjson.asm 中的方法 | |
|---|---|
static Type |
Type.getType(String typeDescriptor)
Returns the Java type corresponding to the given type descriptor. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||